Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to…
Browse files Browse the repository at this point in the history
… v1.8.0 (#58)
  • Loading branch information
nedtwigg authored Jan 8, 2025
2 parents a3f98a4 + c600bb7 commit c9dd93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subprojects {
ext.maven_name = 'AtPlug runtime'
apply plugin: 'kotlinx-serialization'
dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0"
}
} else if (it.name == 'atplug-test-harness') {
ext.maven_name='AtPlug test harness'
Expand Down

0 comments on commit c9dd93e

Please sign in to comment.