diff --git a/build.gradle.kts b/build.gradle.kts index 901c99c..cff810b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,8 +69,8 @@ repositories { } dependencies { - annotationProcessor("dev.jorel:commandapi-paper-annotations:11.1.0") - compileOnly("dev.jorel:commandapi-paper-annotations:11.1.0") + annotationProcessor("dev.jorel:commandapi-paper-annotations:11.2.0") + compileOnly("dev.jorel:commandapi-paper-annotations:11.2.0") compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") implementation("com.github.walker84837:JResult:1.4.0") testImplementation("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT")