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 2fdb8c9 commit a18cfd7Copy full SHA for a18cfd7
build.gradle
@@ -40,7 +40,7 @@ ext {
40
kotlinVersion = "1.2.51"
41
log4jVersion = "2.11.0"
42
nettyVersion = "4.1.27.Final"
43
- reactorVersion = "Californium-BUILD-SNAPSHOT"
+ reactorVersion = "Californium-M1"
44
rxjavaVersion = "1.3.8"
45
rxjavaAdapterVersion = "1.2.1"
46
rxjava2Version = "2.1.17"
@@ -150,7 +150,7 @@ configure(allprojects) { project ->
150
151
repositories {
152
maven { url "https://repo.spring.io/libs-release" }
153
- maven { url "https://repo.spring.io/snapshot" } // for Reactor
+ maven { url "https://repo.spring.io/milestone" } // for Reactor
154
}
155
156
dependencies {
0 commit comments