Skip to content

Commit e056fb9

Browse files
committed
ktl-1710 fix: update the kotlinx-io tag name
1 parent eb999e7 commit e056fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/BuildParams.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object BuildParams {
44
const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0-RC"
55
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.3"
66
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.0"
7-
const val KOTLINX_IO_RELEASE_TAG = "v0.5.4" // @ToDo: after 0.6.0 use tag without "v" prefix
7+
const val KOTLINX_IO_RELEASE_TAG = "0.5.4"
88
const val KOTLIN_RELEASE_TAG = "v2.0.20"
99

1010
const val SEARCH_APP_ID = "7961PKYRXV"

0 commit comments

Comments
 (0)