Upgrade to Reactor Californium-SR13

Closes gh-23870
This commit is contained in:
Stephane Nicoll 2019-10-28 14:27:21 +01:00
parent 7ca96c02bd
commit cf1b7620c7
1 changed files with 1 additions and 2 deletions

View File

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