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:
Andrew Steinborn
2023-10-27 16:58:43 -04:00
parent bbdeb3ec58
commit 277be8f9a7
2 changed files with 3 additions and 0 deletions

View File

@@ -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)