mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2026-01-04 15:41:36 +00:00
chore: update adventure dependencies
This commit is contained in:
@@ -91,9 +91,9 @@ allprojects {
|
||||
testAnnotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||
|
||||
// Spigot Auto Loader Libraries
|
||||
compileOnly("net.kyori:adventure-api:4.15.0")
|
||||
compileOnly("net.kyori:adventure-text-minimessage:4.15.0")
|
||||
compileOnly("net.kyori:adventure-platform-bukkit:4.3.2")
|
||||
compileOnly("net.kyori:adventure-api:4.17.0")
|
||||
compileOnly("net.kyori:adventure-text-minimessage:4.17.0")
|
||||
compileOnly("net.kyori:adventure-platform-bukkit:4.3.3")
|
||||
compileOnly("org.apache.commons:commons-lang3:3.14.0")
|
||||
|
||||
// Shaded Dependencies
|
||||
@@ -192,9 +192,9 @@ bukkit {
|
||||
)
|
||||
|
||||
libraries = listOf(
|
||||
"net.kyori:adventure-api:4.15.0",
|
||||
"net.kyori:adventure-text-minimessage:4.15.0",
|
||||
"net.kyori:adventure-platform-bukkit:4.3.2",
|
||||
"net.kyori:adventure-api:4.17.0",
|
||||
"net.kyori:adventure-text-minimessage:4.17.0",
|
||||
"net.kyori:adventure-platform-bukkit:4.3.3",
|
||||
"org.apache.commons:commons-lang3:3.14.0"
|
||||
//"org.spongepowered:configurate-yaml:4.2.0-SNAPSHOT" // Readd when 4.2.0 releases
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user