Bump SnakeYAML to the last 1.x version
Fixes #1047. We can't go any higher since that's an API-breaking change. In any event, this will likely disappear in 5.0.0 anyway, because Configurate 4.x now shades SnakeYAML internally.
This commit is contained in:
@@ -33,6 +33,8 @@ dependencies {
|
||||
api("net.kyori:adventure-text-logger-slf4j")
|
||||
api("net.kyori:adventure-text-serializer-ansi")
|
||||
|
||||
api(libs.snakeyaml)
|
||||
|
||||
api(libs.slf4j)
|
||||
api(libs.guice)
|
||||
api(libs.checker.qual)
|
||||
|
Reference in New Issue
Block a user