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 {
8
8
9
9
dependencies {
10
10
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 " )
12
12
}
13
13
14
14
application {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ version = rootProject.version
22
22
dependencies {
23
23
implementation(" it.krzeminski:snakeyaml-engine-kmp:3.0.2" )
24
24
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 " )
26
26
implementation(projects.sharedInternal)
27
27
28
28
testImplementation(" dev.zacsweers.kctfork:core:0.5.1" )
You can’t perform that action at this time.
0 commit comments