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 7ca96c0 commit cf1b762Copy full SHA for cf1b762
build.gradle
@@ -38,7 +38,7 @@ ext {
38
kotlinVersion = "1.2.71"
39
log4jVersion = "2.11.2"
40
nettyVersion = "4.1.43.Final"
41
- reactorVersion = "Californium-BUILD-SNAPSHOT"
+ reactorVersion = "Californium-SR13"
42
rxjavaVersion = "1.3.8"
43
rxjavaAdapterVersion = "1.2.1"
44
rxjava2Version = "2.2.12"
@@ -148,7 +148,6 @@ configure(allprojects) { project ->
148
149
repositories {
150
maven { url "https://repo.spring.io/libs-release" }
151
- maven { url "https://repo.spring.io/snapshot" }
152
mavenLocal()
153
}
154
0 commit comments