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.
2 parents 13ca684 + 8335487 commit 85cd609Copy full SHA for 85cd609
buildSrc/src/main/kotlin/deps.kt
@@ -67,7 +67,7 @@ object deps {
67
}
68
69
object serialization {
70
- private const val version = "1.6.1"
+ private const val version = "1.6.2"
71
const val json = "org.jetbrains.kotlinx:kotlinx-serialization-json:$version"
72
const val core = "org.jetbrains.kotlinx:kotlinx-serialization-core:$version"
73
0 commit comments