Skip to content

Commit 8335487

Browse files
fix(deps): update deps.serialization.version to v1.6.2
1 parent 1813bfa commit 8335487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ object deps {
6767
}
6868

6969
object serialization {
70-
private const val version = "1.6.1"
70+
private const val version = "1.6.2"
7171
const val json = "org.jetbrains.kotlinx:kotlinx-serialization-json:$version"
7272
const val core = "org.jetbrains.kotlinx:kotlinx-serialization-core:$version"
7373
}

0 commit comments

Comments
 (0)