Upgrade to Reactor Dysprosium-M3

This commit is contained in:
Stephane Nicoll
2019-07-30 09:54:20 +02:00
parent c9340ecabc
commit 5c860afa55

View File

@@ -40,7 +40,7 @@ ext {
kotlinVersion = "1.3.41"
log4jVersion = "2.12.0"
nettyVersion = "4.1.37.Final"
reactorVersion = "Dysprosium-BUILD-SNAPSHOT"
reactorVersion = "Dysprosium-M3"
rsocketVersion = "0.12.2-RC4"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
@@ -156,7 +156,7 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" } // Reactor
maven { url "https://repo.spring.io/milestone" } // Reactor
mavenLocal()
}