Skip to content

Commit

Permalink
fix: Flag segment serialization error (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc authored Nov 28, 2023
1 parent 214e04c commit 8c6b47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ object Versions {
const val gradleNexusPublishPlugin = "1.1.0"
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 serializationPlugin = "1.8.10"
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 8c6b47e

Please # to comment.