Skip to content

Commit

Permalink
Merge pull request #4703 from dkhalanskyjb/patch-6
Browse files Browse the repository at this point in the history
Upgrade to the latest kotlinx-datetime
  • Loading branch information
nikpachoo authored Feb 17, 2025
2 parents 9ddc784 + b249f84 commit 196f733
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 @@ -5,7 +5,7 @@ object BuildParams {
const val KOTLINX_COROUTINES_ID = "kotlinx.coroutines"
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.8.0"
const val KOTLINX_SERIALIZATION_ID = "kotlinx.serialization"
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.1"
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.2"
const val KOTLINX_DATETIME_ID = "kotlinx-datetime"
const val KOTLINX_IO_RELEASE_TAG = "0.6.0"
const val KOTLINX_IO_ID = "kotlinx-io"
Expand Down

0 comments on commit 196f733

Please sign in to comment.