Skip to content

Commit aa81fdc

Browse files
committed
Upgrade to Kotlin Coroutines 1.3.1
1 parent 9afe17a commit aa81fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ configure(allprojects) { project ->
3535
mavenBom "io.projectreactor:reactor-bom:Dysprosium-RC1"
3636
mavenBom "org.eclipse.jetty:jetty-bom:9.4.20.v20190813"
3737
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.50"
38-
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.0"
38+
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.1"
3939
mavenBom "org.junit:junit-bom:5.5.1"
4040
}
4141
dependencies {

0 commit comments

Comments
 (0)