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 06c3a05 commit ed61f44Copy full SHA for ed61f44
build.gradle
@@ -39,7 +39,7 @@ ext {
39
kotlinVersion = "1.3.31"
40
log4jVersion = "2.11.2"
41
nettyVersion = "4.1.36.Final"
42
- reactorVersion = "Dysprosium-BUILD-SNAPSHOT"
+ reactorVersion = "Dysprosium-M1"
43
rxjavaVersion = "1.3.8"
44
rxjavaAdapterVersion = "1.2.1"
45
rxjava2Version = "2.2.8"
@@ -148,7 +148,7 @@ configure(allprojects) { project ->
148
149
repositories {
150
maven { url "https://repo.spring.io/libs-release" }
151
- maven { url "https://repo.spring.io/snapshot" } // Reactor
+ maven { url "https://repo.spring.io/milestone" } // Reactor
152
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
153
mavenLocal()
154
}
0 commit comments