diff --git a/build.gradle.kts b/build.gradle.kts index 34f4a17..a290615 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { compileOnly("xyz.theprogramsrc:simplecoreapi:0.6.2-SNAPSHOT") compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") - compileOnly("net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT") + compileOnly("net.md-5:bungeecord-api:1.20-R0.2") compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")