Upgrade to Reactor Californium SNAPSHOTs
Preparing for Californium-SR1
This commit is contained in:
parent
e18149878c
commit
cc172bcedc
|
@ -38,7 +38,7 @@ ext {
|
|||
kotlinVersion = "1.2.71"
|
||||
log4jVersion = "2.11.1"
|
||||
nettyVersion = "4.1.30.Final"
|
||||
reactorVersion = "Californium-RELEASE"
|
||||
reactorVersion = "Californium-BUILD-SNAPSHOT"
|
||||
rxjavaVersion = "1.3.8"
|
||||
rxjavaAdapterVersion = "1.2.1"
|
||||
rxjava2Version = "2.2.2"
|
||||
|
@ -148,6 +148,7 @@ configure(allprojects) { project ->
|
|||
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/libs-release" }
|
||||
maven { url "https://repo.spring.io/libs-snapshot" } // for Reactor
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue