diff --git a/playground/build.gradle.kts b/playground/build.gradle.kts index 413026fcc..10ac2c3db 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("org.slf4j:slf4j-simple:2.0.17") // YAML - implementation("com.charleskorn.kaml:kaml:0.73.0") + implementation("com.charleskorn.kaml:kaml:0.74.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.2")