Switch to Reactor Californium snapshots
This commit is contained in:
parent
b8e663c531
commit
e7c038f2d2
|
@ -38,7 +38,7 @@ ext {
|
||||||
kotlinVersion = "1.2.71"
|
kotlinVersion = "1.2.71"
|
||||||
log4jVersion = "2.11.1"
|
log4jVersion = "2.11.1"
|
||||||
nettyVersion = "4.1.33.Final"
|
nettyVersion = "4.1.33.Final"
|
||||||
reactorVersion = "Californium-SR4"
|
reactorVersion = "Californium-BUILD-SNAPSHOT"
|
||||||
rxjavaVersion = "1.3.8"
|
rxjavaVersion = "1.3.8"
|
||||||
rxjavaAdapterVersion = "1.2.1"
|
rxjavaAdapterVersion = "1.2.1"
|
||||||
rxjava2Version = "2.2.6"
|
rxjava2Version = "2.2.6"
|
||||||
|
@ -149,6 +149,7 @@ configure(allprojects) { project ->
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "https://repo.spring.io/libs-release" }
|
maven { url "https://repo.spring.io/libs-release" }
|
||||||
|
maven { url "https://repo.spring.io/libs-snapshot" } // Reactor
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in New Issue