Upgrade to Reactor Californium SNAPSHOTs

This commit is contained in:
Brian Clozel
2019-01-07 18:10:55 +01:00
parent 77129f5a2b
commit f52f3a2f35

View File

@@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.1"
nettyVersion = "4.1.32.Final"
reactorVersion = "Californium-SR3"
reactorVersion = "Californium-BUILD-SNAPSHOT"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.4"
@@ -149,6 +149,7 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" } // Californium snapshots
}
dependencies {