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.17.0" )
11- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 " )
11+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0 " )
1212
1313 implementation(platform(" io.ktor:ktor-bom:2.3.11" ))
1414 implementation(" io.ktor:ktor-client-core" )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ version = rootProject.version
2121dependencies {
2222 implementation(" it.krzeminski:snakeyaml-engine-kmp:2.7.5" )
2323 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3" )
24- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 " )
24+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0 " )
2525 implementation(projects.sharedInternal)
2626
2727 testImplementation(" dev.zacsweers.kctfork:core:0.5.0" )
You can’t perform that action at this time.
0 commit comments