Upgrade to Californium snapshots

This commit is contained in:
Rossen Stoyanchev
2018-09-05 21:49:33 -04:00
parent d537a1cfb4
commit 8658a357c8

View File

@@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.61"
log4jVersion = "2.11.1"
nettyVersion = "4.1.29.Final"
reactorVersion = "Californium-M2"
reactorVersion = "Californium-BUILD-SNAPSHOT"
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/milestone" } // for Reactor
maven { url "https://repo.spring.io/snapshot" } // for Reactor
}
dependencies {