Skip to content

Commit c8627c0

Browse files
committed
Upgrade to Reactor Californium RC1
1 parent f30d19b commit c8627c0

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
@@ -38,7 +38,7 @@ ext {
3838
kotlinVersion = "1.2.61"
3939
log4jVersion = "2.11.1"
4040
nettyVersion = "4.1.29.Final"
41-
reactorVersion = "Californium-BUILD-SNAPSHOT"
41+
reactorVersion = "Californium-RC1"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
4444
rxjava2Version = "2.2.1"
@@ -148,7 +148,7 @@ configure(allprojects) { project ->
148148

149149
repositories {
150150
maven { url "https://repo.spring.io/libs-release" }
151-
maven { url "https://repo.spring.io/snapshot" } // for Reactor
151+
maven { url "https://repo.spring.io/libs-milestone" } // for Reactor
152152
}
153153

154154
dependencies {

0 commit comments

Comments
 (0)