diff --git a/build.gradle.kts b/build.gradle.kts index 1dfc246..b1ddb2f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { java `maven-publish` id("com.github.johnrengelman.shadow") version "7.1.2" apply false - id("io.papermc.paperweight.patcher") version "1.3.7" + id("io.papermc.paperweight.patcher") version "1.3.8" } repositories { @@ -110,4 +110,4 @@ publishing { } } } -} \ No newline at end of file +}