2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-04 20:38:02 +00:00

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

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") {