We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47b605 commit 0f6edfeCopy full SHA for 0f6edfe
build.gradle.kts
@@ -68,7 +68,7 @@ dependencies {
68
implementation("org.slf4j:slf4j-api:2.0.6")
69
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.5")
70
71
- implementation("org.yaml:snakeyaml:1.33")
+ implementation("org.yaml:snakeyaml:2.0")
72
implementation("com.squareup.moshi:moshi:1.14.0")
73
implementation("com.squareup.moshi:moshi-kotlin:1.14.0")
74
testImplementation("com.beust:klaxon:5.5")
0 commit comments