diff --git a/build.gradle.kts b/build.gradle.kts index eaf5f7d..f135120 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { compileOnly("xyz.theprogramsrc:filesmodule:0.2.0-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.1") testImplementation("org.junit.jupiter:junit-jupiter:5.9.2") }