Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to…
Browse files Browse the repository at this point in the history
… v1.3.0
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 24, 2021
1 parent 78d6a4f commit 4ffad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ kotlin {

val commonMain by getting {
dependencies {
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2")
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.3.0")
}
}

Expand Down

0 comments on commit 4ffad26

Please sign in to comment.