Skip to content

Commit

Permalink
KTL-1710 chore: update the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpachoo committed Oct 22, 2024
1 parent e056fb9 commit b2692da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .teamcity/BuildParams.kt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
object BuildParams {
const val DOKKA_TEMPLATES_VERSION = "1.9.10"

const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0-RC"
const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0"
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.3"
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.0"
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.1"
const val KOTLINX_IO_RELEASE_TAG = "0.5.4"
const val KOTLIN_RELEASE_TAG = "v2.0.20"

Expand Down

0 comments on commit b2692da

Please sign in to comment.