Upgrade to Kotlin Coroutines 1.6.4

Closes gh-31760
This commit is contained in:
Stephane Nicoll 2022-07-15 11:39:41 +02:00
parent 3e3971d78c
commit 5ac431bf0e

View File

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