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 6184c4e commit 1fa5f03Copy full SHA for 1fa5f03
build.gradle
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
53
ext.kotlinVersion = "1.2.31"
54
ext.log4jVersion = "2.11.0"
55
ext.nettyVersion = "4.1.23.Final"
56
- ext.reactorVersion = "Bismuth-SR8"
+ ext.reactorVersion = "Californium-BUILD-SNAPSHOT"
57
ext.rxjavaVersion = "1.3.8"
58
ext.rxjavaAdapterVersion = "1.2.1"
59
ext.rxjava2Version = "2.1.12"
@@ -139,6 +139,7 @@ configure(allprojects) { project ->
139
140
repositories {
141
maven { url "https://repo.spring.io/libs-release" }
142
+ maven { url "https://repo.spring.io/snapshot" } // for Reactor
143
}
144
145
dependencies {
0 commit comments