We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9340ec commit 5c860afCopy full SHA for 5c860af
build.gradle
@@ -40,7 +40,7 @@ ext {
40
kotlinVersion = "1.3.41"
41
log4jVersion = "2.12.0"
42
nettyVersion = "4.1.37.Final"
43
- reactorVersion = "Dysprosium-BUILD-SNAPSHOT"
+ reactorVersion = "Dysprosium-M3"
44
rsocketVersion = "0.12.2-RC4"
45
rxjavaVersion = "1.3.8"
46
rxjavaAdapterVersion = "1.2.1"
@@ -156,7 +156,7 @@ configure(allprojects) { project ->
156
repositories {
157
mavenCentral()
158
maven { url "https://repo.spring.io/libs-release" }
159
- maven { url "https://repo.spring.io/snapshot" } // Reactor
+ maven { url "https://repo.spring.io/milestone" } // Reactor
160
mavenLocal()
161
}
162
0 commit comments