We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c656443 commit 076c2cfCopy full SHA for 076c2cf
buildSrc/src/main/kotlin/deps.kt
@@ -68,7 +68,7 @@ object deps {
68
}
69
70
object serialization {
71
- private const val version = "1.6.0"
+ private const val version = "1.6.1"
72
const val json = "org.jetbrains.kotlinx:kotlinx-serialization-json:$version"
73
const val core = "org.jetbrains.kotlinx:kotlinx-serialization-core:$version"
74
0 commit comments