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 3e7d89a commit 5b3c4afCopy full SHA for 5b3c4af
build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
37
compileOnly("xyz.theprogramsrc:simplecoreapi:0.6.2-SNAPSHOT")
38
39
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
40
- compileOnly("net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT")
+ compileOnly("net.md-5:bungeecord-api:1.20-R0.1")
41
compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
42
43
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
0 commit comments