2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

update depends & Gradle

This commit is contained in:
2024-04-12 22:03:45 +04:00
parent 2429cc63d5
commit c56a64bbc2
6 changed files with 12 additions and 12 deletions

View File

@@ -23,8 +23,8 @@ dependencies {
exclude("com.google.code.gson", "gson")
exclude("net.kyori","adventure-api")
}
implementation("net.kyori:adventure-platform-bungeecord:4.3.0")
implementation("net.kyori:adventure-text-serializer-gson:4.14.0")
implementation("net.kyori:adventure-platform-bungeecord:4.3.2")
implementation("net.kyori:adventure-text-serializer-gson:4.15.0")
}
description = "RedisBungee Bungeecord implementation"