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.
2 parents 36a50cf + 15d2000 commit efa5ccbCopy full SHA for efa5ccb
build.gradle
@@ -160,7 +160,7 @@ project('the-white-rabbit-spring-boot-example') {
160
implementation 'org.jetbrains.kotlin:kotlin-reflect'
161
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
162
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.2'
163
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.0-M2'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.0-RC2'
164
testImplementation('org.springframework.boot:spring-boot-starter-test') {
165
exclude module: 'junit'
166
}
0 commit comments