Skip to content

Commit

Permalink
Bump Kotlinx Serialization to 1.1.0 final (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 authored Feb 19, 2021
1 parent ce22638 commit e4bd7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
const val kotlin = "1.4.30"
const val serialization = "1.1.0-RC"
const val serialization = "1.1.0"
const val atomicfu = "0.14.4"
const val androidxTest = "1.3.0"
const val googleTruth = "1.1"
Expand Down

0 comments on commit e4bd7ad

Please sign in to comment.