File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
automation/code-generator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99dependencies {
1010 implementation(" com.squareup:kotlinpoet:1.18.1" )
11- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2 " )
11+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
1212}
1313
1414application {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ version = rootProject.version
2222dependencies {
2323 implementation(" it.krzeminski:snakeyaml-engine-kmp:3.0.2" )
2424 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3" )
25- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2 " )
25+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
2626 implementation(projects.sharedInternal)
2727
2828 testImplementation(" dev.zacsweers.kctfork:core:0.5.1" )
You can’t perform that action at this time.
0 commit comments