Switch to Reactor Californium snapshots

See gh-24726
This commit is contained in:
Rossen Stoyanchev
2020-03-18 17:30:27 +00:00
parent 5f7df0d14f
commit fbc63b0e32

View File

@@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.2"
nettyVersion = "4.1.47.Final"
reactorVersion = "Californium-SR16"
reactorVersion = "Californium-BUILD-SNAPSHOT"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.19"
@@ -148,6 +148,7 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" }
mavenLocal()
}