File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ version = rootProject.version
13
13
14
14
dependencies {
15
15
implementation(" com.squareup:kotlinpoet:2.0.0" )
16
- implementation(" it.krzeminski:snakeyaml-engine-kmp:3.0.2 " )
16
+ implementation(" it.krzeminski:snakeyaml-engine-kmp:3.0.3 " )
17
17
implementation(" com.charleskorn.kaml:kaml:0.61.0" )
18
18
implementation(projects.sharedInternal)
19
19
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ group = rootProject.group
20
20
version = rootProject.version
21
21
22
22
dependencies {
23
- implementation(" it.krzeminski:snakeyaml-engine-kmp:3.0.2 " )
23
+ implementation(" it.krzeminski:snakeyaml-engine-kmp:3.0.3 " )
24
24
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3" )
25
25
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" )
26
26
implementation(projects.sharedInternal)
You can’t perform that action at this time.
0 commit comments