Skip to content

Commit f23d8b0

Browse files
committed
chore(ci): update Kotlin release label to 2.1.20
1 parent 3f0ab82 commit f23d8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.teamcity/BuildParams.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ object BuildParams {
1818
const val KOTLINX_IO_ID = "kotlinx-io"
1919

2020

21-
const val KOTLIN_RELEASE_LABEL = "2.1.0"
21+
const val KOTLIN_RELEASE_LABEL = "2.1.20"
2222
const val KOTLIN_RELEASE_TAG = "whyoleg/dokka2-sync-stdlib"
2323
const val KOTLIN_CORE_API_BUILD_ID = "Kotlin_KotlinRelease_2120_LibraryReferenceLatestDocs"
2424

2525
const val KGP_RELEASE_LABEL = KOTLIN_RELEASE_LABEL
2626
const val KGP_RELEASE_TAG = "whyoleg/dokka2-sync"
2727
const val KGP_ID = "kotlin-gradle-plugin"
28-
28+
2929
const val KOTLINX_METADATA_ID = "kotlinx-metadata-jvm"
3030
const val KOTLINX_METADATA_RELEASE_TAG = KGP_RELEASE_TAG // KOTLIN_RELEASE_TAG
3131

0 commit comments

Comments
 (0)