Skip to content

Commit

Permalink
Merge pull request #4278 from JetBrains/sandwwraith-patch-1
Browse files Browse the repository at this point in the history
Update kotlinx.serialization version
  • Loading branch information
nikpachoo authored Jun 6, 2024
2 parents 471435e + cd57838 commit c6906fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/BuildParams.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object BuildParams {
const val DOKKA_TEMPLATES_VERSION = "1.9.10"

const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0-RC"
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.0-RC"
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.0"
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.0"
const val KOTLIN_RELEASE_TAG = "v2.0.0"

Expand Down

0 comments on commit c6906fe

Please sign in to comment.