Upgrade to Disprosium-M1

Closes gh-22930
This commit is contained in:
Rossen Stoyanchev 2019-05-08 20:55:31 -04:00
parent 06c3a058f4
commit ed61f44545
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ ext {
kotlinVersion = "1.3.31"
log4jVersion = "2.11.2"
nettyVersion = "4.1.36.Final"
reactorVersion = "Dysprosium-BUILD-SNAPSHOT"
reactorVersion = "Dysprosium-M1"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.8"
@ -148,7 +148,7 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" } // Reactor
maven { url "https://repo.spring.io/milestone" } // Reactor
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
mavenLocal()
}