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 82b1149 commit 293a1c6Copy full SHA for 293a1c6
build.gradle.kts
@@ -69,7 +69,7 @@ dependencies {
69
implementation("org.slf4j:slf4j-api:2.0.7")
70
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.8")
71
72
- implementation("org.yaml:snakeyaml:2.0")
+ implementation("org.yaml:snakeyaml:2.1")
73
implementation("com.squareup.moshi:moshi:1.15.0")
74
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
75
testImplementation("com.beust:klaxon:5.5")
0 commit comments