Skip to content

Commit

Permalink
Update kotlinx-io version
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Nov 19, 2024
1 parent d8254bd commit 644e280
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"
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.3"
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.1"
const val KOTLINX_IO_RELEASE_TAG = "v0.5.4" // copy tag supported in master, remove "v" after next release 0.5.5 or 0.6.0
const val KOTLINX_IO_RELEASE_TAG = "v0.6.0" // copy tag supported in master, remove "v" after next release 0.5.5 or 0.6.0
const val KOTLIN_RELEASE_TAG = "v2.0.21"

const val SEARCH_APP_ID = "7961PKYRXV"
Expand Down

0 comments on commit 644e280

Please sign in to comment.