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 03503cd commit 8924929Copy full SHA for 8924929
build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
17
compileOnly("com.comphenix.protocol", "ProtocolLib", "5.0.0-SNAPSHOT")
18
compileOnly("org.jetbrains", "annotations", "24.1.0")
19
- implementation("net.kyori", "adventure-api", "4.15.0")
+ implementation("net.kyori", "adventure-api", "4.16.0")
20
21
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.10.2")
22
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
0 commit comments