diff --git a/build.gradle.kts b/build.gradle.kts index a602a5e..da9f0cd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { dependencies { compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") - annotationProcessor("org.jetbrains:annotations:26.0.2-1") + annotationProcessor("org.jetbrains:annotations:26.1.0") compileOnly("net.kyori:adventure-text-serializer-ansi:4.26.1") compileOnly("net.kyori:adventure-text-serializer-legacy:4.26.1") }