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

chore: update adventure to 4.16.0

This commit is contained in:
LoJoSho
2024-02-23 18:16:32 -06:00
parent 35928403d3
commit 97f9cee3b3

View File

@@ -89,8 +89,8 @@ allprojects {
testAnnotationProcessor("org.projectlombok:lombok:1.18.28") testAnnotationProcessor("org.projectlombok:lombok:1.18.28")
// Spigot Auto Loader Libraries // Spigot Auto Loader Libraries
compileOnly("net.kyori:adventure-api:4.15.0") compileOnly("net.kyori:adventure-api:4.16.0")
compileOnly("net.kyori:adventure-text-minimessage:4.15.0") compileOnly("net.kyori:adventure-text-minimessage:4.16.0")
compileOnly("net.kyori:adventure-platform-bukkit:4.3.2") compileOnly("net.kyori:adventure-platform-bukkit:4.3.2")
compileOnly("org.apache.commons:commons-lang3:3.14.0") compileOnly("org.apache.commons:commons-lang3:3.14.0")
@@ -192,8 +192,8 @@ bukkit {
) )
libraries = listOf( libraries = listOf(
"net.kyori:adventure-api:4.15.0", "net.kyori:adventure-api:4.16.0",
"net.kyori:adventure-text-minimessage:4.15.0", "net.kyori:adventure-text-minimessage:4.16.0",
"net.kyori:adventure-platform-bukkit:4.3.2", "net.kyori:adventure-platform-bukkit:4.3.2",
"org.apache.commons:commons-lang3:3.14.0" "org.apache.commons:commons-lang3:3.14.0"
//"org.spongepowered:configurate-yaml:4.2.0-SNAPSHOT" // Readd when 4.2.0 releases //"org.spongepowered:configurate-yaml:4.2.0-SNAPSHOT" // Readd when 4.2.0 releases