Skip to content

Commit 076c2cf

Browse files
fix(deps): update deps.serialization.version to v1.6.1 (#97)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c656443 commit 076c2cf

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
@@ -68,7 +68,7 @@ object deps {
6868
}
6969

7070
object serialization {
71-
private const val version = "1.6.0"
71+
private const val version = "1.6.1"
7272
const val json = "org.jetbrains.kotlinx:kotlinx-serialization-json:$version"
7373
const val core = "org.jetbrains.kotlinx:kotlinx-serialization-core:$version"
7474
}

0 commit comments

Comments
 (0)