Skip to content

Commit

Permalink
Update kotlinx.serialization library to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-social committed Mar 24, 2023
1 parent 6a58853 commit d92a9cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ object Versions {

// Kotlin and libs
val kotlin = versionProps["kotlin"]!!.toString()
const val kotlinxSerialization = "1.3.3"
// At 1.5.0 it started to fall with JS
const val kotlinxSerialization = "1.4.1"
const val kotlinxCoroutines = "1.6.3-native-mt"
const val kotlinxDatetime = "0.3.3"
const val kotlinxAtomicfu = "0.20.0"
Expand Down

0 comments on commit d92a9cd

Please sign in to comment.