We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684939d commit f229fa4Copy full SHA for f229fa4
build.gradle
@@ -33,7 +33,7 @@ configure(allprojects) { project ->
33
mavenBom "io.rsocket:rsocket-bom:1.1.0"
34
mavenBom "org.eclipse.jetty:jetty-bom:9.4.38.v20210224"
35
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.30"
36
- mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2"
+ mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.3"
37
mavenBom "org.junit:junit-bom:5.7.1"
38
}
39
dependencies {
0 commit comments