Skip to content

Commit a18cfd7

Browse files
committed
Upgrade to Reactor Californium M1
Issue: SPR-16386
1 parent 2fdb8c9 commit a18cfd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
4040
kotlinVersion = "1.2.51"
4141
log4jVersion = "2.11.0"
4242
nettyVersion = "4.1.27.Final"
43-
reactorVersion = "Californium-BUILD-SNAPSHOT"
43+
reactorVersion = "Californium-M1"
4444
rxjavaVersion = "1.3.8"
4545
rxjavaAdapterVersion = "1.2.1"
4646
rxjava2Version = "2.1.17"
@@ -150,7 +150,7 @@ configure(allprojects) { project ->
150150

151151
repositories {
152152
maven { url "https://repo.spring.io/libs-release" }
153-
maven { url "https://repo.spring.io/snapshot" } // for Reactor
153+
maven { url "https://repo.spring.io/milestone" } // for Reactor
154154
}
155155

156156
dependencies {

0 commit comments

Comments
 (0)