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 49b2fdb commit 7430f1cCopy full SHA for 7430f1c
build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
compileOnly("xyz.theprogramsrc:simplecoreapi:0.8.0-SNAPSHOT")
40
41
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
42
- compileOnly("net.md-5:bungeecord-api:1.20-R0.2-SNAPSHOT")
+ compileOnly("net.md-5:bungeecord-api:1.20-R0.3-SNAPSHOT")
43
44
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
45
}
0 commit comments