We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d7768 commit 3510073Copy full SHA for 3510073
build.gradle
@@ -35,7 +35,7 @@ subprojects {
35
ext.maven_name = 'AtPlug runtime'
36
apply plugin: 'kotlinx-serialization'
37
dependencies {
38
- implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
+ implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
39
}
40
} else if (it.name == 'atplug-test-harness') {
41
ext.maven_name='AtPlug test harness'
0 commit comments