Skip to content

Commit

Permalink
ktl-1710 fix: update the kotlinx-io tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpachoo committed Oct 22, 2024
1 parent eb999e7 commit 26cd9c3
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 @@ -4,7 +4,7 @@ object BuildParams {
const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0-RC"
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.3"
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.0"
const val KOTLINX_IO_RELEASE_TAG = "v0.5.4" // @ToDo: after 0.6.0 use tag without "v" prefix
const val KOTLINX_IO_RELEASE_TAG = "0.5.4"
const val KOTLIN_RELEASE_TAG = "v2.0.20"

const val SEARCH_APP_ID = "7961PKYRXV"
Expand Down

0 comments on commit 26cd9c3

Please sign in to comment.