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 0c1ead4 commit 2850768Copy full SHA for 2850768
modules/test-tools/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutinesVer"
14
implementation "ch.qos.logback:logback-classic:$logbackVer"
15
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVer"
16
- implementation "org.yaml:snakeyaml:2.0"
+ implementation "org.yaml:snakeyaml:2.3"
17
18
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVer"
19
}
0 commit comments