Skip to content

Commit 8cef13c

Browse files
committed
Upgrade to Kotlin Coroutines 1.4.1
1 parent 2214ff8 commit 8cef13c

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
@@ -32,7 +32,7 @@ configure(allprojects) { project ->
3232
mavenBom "io.rsocket:rsocket-bom:1.1.0"
3333
mavenBom "org.eclipse.jetty:jetty-bom:9.4.34.v20201102"
3434
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.10"
35-
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.0"
35+
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.1"
3636
mavenBom "org.junit:junit-bom:5.7.0"
3737
}
3838
dependencies {

0 commit comments

Comments
 (0)