bungeecord version

This commit is contained in:
mohammed jasem alaajel 2023-09-12 12:57:40 +04:00 committed by mohammed jasem alaajel
parent d1d848fa8c
commit 7183e809d0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ repositories {
mavenCentral()
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") } // bungeecord
}
val bungeecordApiVersion = "1.19-R0.1-SNAPSHOT"
val bungeecordApiVersion = "1.20-R0.1-SNAPSHOT"
dependencies {
api(project(":RedisBungee-API"))
compileOnly("net.md-5:bungeecord-api:$bungeecordApiVersion") {