Upgrade to reactor Dysprosium snapshots

This commit is contained in:
Sam Brannen
2019-05-24 18:19:35 +02:00
parent 0aaf5785dd
commit ecf45edfb6

View File

@@ -148,7 +148,7 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/milestone" } // Reactor
maven { url "https://repo.spring.io/snapshot" } // Reactor
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
mavenLocal()
}