From aa81fdc66f6b203d310bd211299a8cdb7e4fba2e Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Thu, 5 Sep 2019 15:09:17 +0200 Subject: [PATCH] Upgrade to Kotlin Coroutines 1.3.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 62c5969e66..1c423d3633 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ configure(allprojects) { project -> mavenBom "io.projectreactor:reactor-bom:Dysprosium-RC1" mavenBom "org.eclipse.jetty:jetty-bom:9.4.20.v20190813" mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.50" - mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.0" + mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.1" mavenBom "org.junit:junit-bom:5.5.1" } dependencies {