Skip to content

Commit f229fa4

Browse files
committed
Upgrade Kotlin Coroutines to 1.4.3
1 parent 684939d commit f229fa4

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
@@ -33,7 +33,7 @@ configure(allprojects) { project ->
3333
mavenBom "io.rsocket:rsocket-bom:1.1.0"
3434
mavenBom "org.eclipse.jetty:jetty-bom:9.4.38.v20210224"
3535
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.30"
36-
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2"
36+
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.3"
3737
mavenBom "org.junit:junit-bom:5.7.1"
3838
}
3939
dependencies {

0 commit comments

Comments
 (0)