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.16.0" )
11- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 " )
11+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 " )
1212
1313 implementation(platform(" io.ktor:ktor-bom:2.3.8" ))
1414 implementation(" io.ktor:ktor-client-core" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3" )
2424 implementation(projects.sharedInternal)
2525
26- testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 " )
26+ testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 " )
2727 testImplementation(" dev.zacsweers.kctfork:core:0.4.0" )
2828 testImplementation(" com.lemonappdev:konsist:0.13.0" )
2929 // Needed to use the right version of the compiler for the libraries that depend on it.
You can’t perform that action at this time.
0 commit comments