Skip to content

Commit

Permalink
Update the coroutines version to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb authored and nikpachoo committed May 12, 2024
1 parent d55976f commit caf124f
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
@@ -1,7 +1,7 @@
object BuildParams {
const val DOKKA_TEMPLATES_VERSION = "1.9.10"

const val KOTLINX_COROUTINES_RELEASE_TAG = "1.8.0"
const val KOTLINX_COROUTINES_RELEASE_TAG = "1.8.1"
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.6.3"
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.0-RC"
const val KOTLINX_METADATA_JVM_RELEASE_TAG = "v0.9.0"
Expand Down

0 comments on commit caf124f

Please sign in to comment.