9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

chore: update adventure dependencies

This commit is contained in:
LoJoSho
2025-06-22 14:02:58 -05:00
parent 42802e41b4
commit e7ea62a4d2

View File

@@ -89,9 +89,9 @@ allprojects {
compileOnly("me.lojosho:HibiscusCommons:0.6.3-0f0baaf4")
// Handled by Spigot Library Loader
compileOnly("net.kyori:adventure-api:4.19.0")
compileOnly("net.kyori:adventure-text-minimessage:4.19.0")
compileOnly("net.kyori:adventure-platform-bukkit:4.3.4")
compileOnly("net.kyori:adventure-api:4.23.0")
compileOnly("net.kyori:adventure-text-minimessage:4.23.0")
compileOnly("net.kyori:adventure-platform-bukkit:4.4.0")
annotationProcessor("org.projectlombok:lombok:1.18.36")
testCompileOnly("org.projectlombok:lombok:1.18.36")