Skip to content

Commit c600bb7

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.0
1 parent cf7813c commit c600bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ subprojects {
3333
ext.maven_name = 'AtPlug runtime'
3434
apply plugin: 'kotlinx-serialization'
3535
dependencies {
36-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
36+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0"
3737
}
3838
} else if (it.name == 'atplug-test-harness') {
3939
ext.maven_name='AtPlug test harness'

0 commit comments

Comments
 (0)