diff --git a/build.gradle.kts b/build.gradle.kts index 6993f43..9dc3f1c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { compileOnly("xyz.theprogramsrc:simplecoreapi:0.8.0-SNAPSHOT") compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") - compileOnly("net.md-5:bungeecord-api:1.20-R0.2-SNAPSHOT") + compileOnly("net.md-5:bungeecord-api:1.20-R0.3-SNAPSHOT") testImplementation("org.junit.jupiter:junit-jupiter:5.10.0") }