We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a616d49 commit 4de41cdCopy full SHA for 4de41cd
funnycommands/build.gradle.kts
@@ -7,7 +7,7 @@ dependencies {
7
// General
8
val spigotVersion = "1.16.5-R0.1-SNAPSHOT"
9
compileOnlyApi("org.spigotmc:spigot-api:$spigotVersion")
10
- compileOnlyApi("org.jetbrains:annotations:24.1.0")
+ compileOnlyApi("org.jetbrains:annotations:26.0.2")
11
compileOnlyApi("com.google.code.findbugs:jsr305:3.0.2")
12
13
// Tests
0 commit comments