We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e056fb9 commit b2692daCopy full SHA for b2692da
.teamcity/BuildParams.kt
@@ -1,9 +1,9 @@
1
object BuildParams {
2
const val DOKKA_TEMPLATES_VERSION = "1.9.10"
3
4
- const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0-RC"
+ const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0"
5
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.3"
6
- const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.0"
+ const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.1"
7
const val KOTLINX_IO_RELEASE_TAG = "0.5.4"
8
const val KOTLIN_RELEASE_TAG = "v2.0.20"
9
0 commit comments