Upgrade to Kotlin Coroutines 1.3.7

Closes gh-21961
This commit is contained in:
Andy Wilkinson 2020-06-16 10:33:21 +01:00
parent 9fa4e92fbb
commit 4345c1c9fb
1 changed files with 1 additions and 1 deletions

View File

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