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 f30d19b commit c8627c0Copy full SHA for c8627c0
build.gradle
@@ -38,7 +38,7 @@ ext {
38
kotlinVersion = "1.2.61"
39
log4jVersion = "2.11.1"
40
nettyVersion = "4.1.29.Final"
41
- reactorVersion = "Californium-BUILD-SNAPSHOT"
+ reactorVersion = "Californium-RC1"
42
rxjavaVersion = "1.3.8"
43
rxjavaAdapterVersion = "1.2.1"
44
rxjava2Version = "2.2.1"
@@ -148,7 +148,7 @@ configure(allprojects) { project ->
148
149
repositories {
150
maven { url "https://repo.spring.io/libs-release" }
151
- maven { url "https://repo.spring.io/snapshot" } // for Reactor
+ maven { url "https://repo.spring.io/libs-milestone" } // for Reactor
152
}
153
154
dependencies {
0 commit comments