Upgrade to Kotlin Coroutines 1.7.3

Closes gh-36892
This commit is contained in:
Andy Wilkinson 2023-08-09 17:07:17 +01:00
parent 02921f9879
commit d7875d601a

View File

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