Skip to content

Commit

Permalink
Merge pull request #222 from nuhkoca/renovate/versions.kotlinx_serial…
Browse files Browse the repository at this point in the history
…ization_json

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.2
  • Loading branch information
nuhkoca authored Aug 29, 2024
2 parents 78a8872 + 226964b commit 95f5d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
internal object Versions {
// Core
const val kotlin = "2.0.20"
const val kotlinx_serialization_json = "1.7.1"
const val kotlinx_serialization_json = "1.7.2"
const val coroutines = "1.8.1"
const val lint = "31.5.2"

Expand Down

0 comments on commit 95f5d1d

Please sign in to comment.