Upgrade to Kotlin Coroutines 1.6.2

Closes gh-31430
This commit is contained in:
Stephane Nicoll 2022-06-17 10:59:29 +02:00
parent dbf3677c0a
commit 338d8d997b

View File

@ -1100,7 +1100,7 @@ bom {
]
}
}
library("Kotlin Coroutines", "1.6.1") {
library("Kotlin Coroutines", "1.6.2") {
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-coroutines-bom"