Upgrade to Kotlin Coroutines 1.6.3

Closes gh-31490
This commit is contained in:
Stephane Nicoll 2022-06-22 08:03:51 +02:00
parent 7266dd5270
commit 4f6bc3c2e0
1 changed files with 1 additions and 1 deletions

View File

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