Upgrade to Reactor Californium RC1

This commit is contained in:
Brian Clozel 2018-09-07 09:10:48 +02:00
parent f30d19b724
commit c8627c05ed
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.61"
log4jVersion = "2.11.1"
nettyVersion = "4.1.29.Final"
reactorVersion = "Californium-BUILD-SNAPSHOT"
reactorVersion = "Californium-RC1"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.1"
@ -148,7 +148,7 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" } // for Reactor
maven { url "https://repo.spring.io/libs-milestone" } // for Reactor
}
dependencies {