Skip to content

Commit

Permalink
fix: Serialization error when segment uses Device or User ID
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Nov 28, 2023
1 parent 214e04c commit 2af7691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Versions {
const val dokkaVersion = "1.4.32"
const val kotlinLint = "10.3.0"
const val serializationPlugin = "1.6.20"
const val serializationRuntime = "1.3.2"
const val serializationRuntime = "1.4.1"
const val json = "20201115"
const val okhttp = "4.9.3"
const val evaluationCore = "1.1.1"
Expand Down

0 comments on commit 2af7691

Please sign in to comment.