We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acc621 commit e6fb6d5Copy full SHA for e6fb6d5
build.gradle
@@ -23,11 +23,11 @@ repositories {
23
}
24
25
dependencies {
26
- implementation "org.bstats:bstats-bukkit:2.2.1"
+ implementation "org.bstats:bstats-bukkit:3.0.0"
27
implementation "net.kyori:adventure-platform-bukkit:4.0.1"
28
29
compileOnly "org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT"
30
- compileOnly "org.jetbrains:annotations:22.0.0"
+ compileOnly "org.jetbrains:annotations:23.0.0"
31
32
testImplementation "org.openjdk.jmh:jmh-core:1.32"
33
testImplementation "org.openjdk.jmh:jmh-generator-annprocess:1.32"
0 commit comments