Upgrade to Reactor Dysprosium snapshots

Run with snapshots in preparation for next week's releases.
This commit is contained in:
Rossen Stoyanchev
2019-07-25 16:40:02 +01:00
parent 9655fc5007
commit 1676b981e2

View File

@@ -40,7 +40,7 @@ ext {
kotlinVersion = "1.3.41"
log4jVersion = "2.12.0"
nettyVersion = "4.1.37.Final"
reactorVersion = "Dysprosium-M2"
reactorVersion = "Dysprosium-BUILD-SNAPSHOT"
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/milestone" } // Reactor
maven { url "https://repo.spring.io/snapshot" } // Reactor
mavenLocal()
}