We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005ebec commit aed53a7Copy full SHA for aed53a7
eternalcode-commons-bukkit/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
compileOnly("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
13
testImplementation("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
14
15
- api("org.jetbrains:annotations:24.1.0")
+ api("org.jetbrains:annotations:25.0.0")
16
}
17
18
tasks.test {
eternalcode-commons-folia/build.gradle.kts
compileOnly("dev.folia:folia-api:1.20.1-R0.1-SNAPSHOT")
0 commit comments