Skip to content

Commit efa5ccb

Browse files
authored
Merge pull request #264 from viartemev/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-reactor-1.3.0-RC2
Bump kotlinx-coroutines-reactor from 1.3.0-M2 to 1.3.0-RC2
2 parents 36a50cf + 15d2000 commit efa5ccb

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
@@ -160,7 +160,7 @@ project('the-white-rabbit-spring-boot-example') {
160160
implementation 'org.jetbrains.kotlin:kotlin-reflect'
161161
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
162162
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.2'
163-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.0-M2'
163+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.0-RC2'
164164
testImplementation('org.springframework.boot:spring-boot-starter-test') {
165165
exclude module: 'junit'
166166
}

0 commit comments

Comments
 (0)