Skip to content

Commit e6f6f77

Browse files
authored
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1 (#75)
2 parents 1577a83 + cfcfad5 commit e6f6f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.8.0"
36+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1"
3737
}
3838
} else if (it.name == 'atplug-test-harness') {
3939
ext.maven_name='AtPlug test harness'

0 commit comments

Comments
 (0)