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.7.0 " )
11+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1 " )
1212
1313 implementation(platform(" io.ktor:ktor-bom:2.3.12" ))
1414 implementation(" io.ktor:ktor-client-core" )
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.0" )
2424 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.0" )
25- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0 " )
25+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1 " )
2626 implementation(projects.sharedInternal)
2727
2828 testImplementation(" dev.zacsweers.kctfork:core:0.5.0" )
You can’t perform that action at this time.
0 commit comments