Skip to content

Commit

Permalink
fix(deps): update dependency it.krzeminski:snakeyaml-engine-kmp to v3…
Browse files Browse the repository at this point in the history
….0.3
  • Loading branch information
renovate[bot] committed Oct 28, 2024
1 parent a5ced58 commit 94ae937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action-binding-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = rootProject.version

dependencies {
implementation("com.squareup:kotlinpoet:2.0.0")
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.2")
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.3")
implementation("com.charleskorn.kaml:kaml:0.61.0")
implementation(projects.sharedInternal)

Expand Down
2 changes: 1 addition & 1 deletion github-workflows-kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group = rootProject.group
version = rootProject.version

dependencies {
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.2")
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
implementation(projects.sharedInternal)
Expand Down

0 comments on commit 94ae937

Please sign in to comment.