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 a3faba2 commit e0f77daCopy full SHA for e0f77da
build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
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", "26.0.1")
+ compileOnly("org.jetbrains", "annotations", "26.0.2")
19
implementation("net.kyori", "adventure-api", "4.18.0")
20
21
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.4")
0 commit comments