From ff4facdfe1ffb3ccc4dc70c8bdf9b917707f2d09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:38:52 +0000 Subject: [PATCH] fix(deps): update dependency it.krzeminski:snakeyaml-engine-kmp to v3.0.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 154e4454..baba7cef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -76,7 +76,7 @@ kotlin { commonMain { dependencies { api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1") - implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.1") + implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.2") implementation("com.squareup.okio:okio:3.9.0") } }