2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-17 01:58:03 +00:00

bungeecord version

This commit is contained in:
mohammed jasem alaajel 2023-09-12 12:57:40 +04:00
parent b5a37c4263
commit 96e620622a
No known key found for this signature in database

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