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 512d26f commit a0c879cCopy full SHA for a0c879c
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.14.0")
+ implementation("net.kyori", "adventure-api", "4.15.0")
20
21
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.10.1")
22
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
0 commit comments