We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e186cf8 + 11c7d13 commit 313ea13Copy full SHA for 313ea13
build.gradle
@@ -33,7 +33,7 @@ subprojects {
33
ext.maven_name = 'AtPlug runtime'
34
apply plugin: 'kotlinx-serialization'
35
dependencies {
36
- implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2"
+ implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
37
}
38
} else if (it.name == 'atplug-test-harness') {
39
ext.maven_name='AtPlug test harness'
0 commit comments