Switch to Reactor Californium snapshots

See gh-25731
This commit is contained in:
Rossen Stoyanchev
2020-09-08 11:10:39 +01:00
parent a63c8886c0
commit ca4a696a70

View File

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