diff --git a/build.gradle.kts b/build.gradle.kts index a5f2eac0..f73ce74a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ subprojects { apply(plugin = "com.github.johnrengelman.shadow") dependencies { - compileOnly("org.jetbrains:annotations:24.0.1") + compileOnly("org.jetbrains:annotations:24.1.0") testImplementation("org.spigotmc:spigot-api:1.8-R0.1-SNAPSHOT") testImplementation("net.md-5:bungeecord-chat:1.20-R0.1")