We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f01af6 commit 9ebd3eeCopy full SHA for 9ebd3ee
build.gradle
@@ -32,7 +32,7 @@ configure(allprojects) { project ->
32
mavenBom "io.rsocket:rsocket-bom:1.1.0-SNAPSHOT"
33
mavenBom "org.eclipse.jetty:jetty-bom:9.4.33.v20201020"
34
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.10"
35
- mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.0-M1"
+ mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.0"
36
mavenBom "org.junit:junit-bom:5.7.0"
37
}
38
dependencies {
0 commit comments