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 91e6274 commit aee8a9cCopy full SHA for aee8a9c
build.gradle
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
53
ext.kotlinVersion = "1.2.20"
54
ext.log4jVersion = "2.10.0"
55
ext.nettyVersion = "4.1.20.Final"
56
- ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
+ ext.reactorVersion = "Bismuth-SR5"
57
ext.rxjavaVersion = "1.3.4"
58
ext.rxjavaAdapterVersion = "1.2.1"
59
ext.rxjava2Version = "2.1.8"
@@ -132,7 +132,6 @@ configure(allprojects) { project ->
132
repositories {
133
maven { url "https://repo.spring.io/libs-release" }
134
maven { url "https://repo.spring.io/milestone" } // for AspectJ 1.9 beta
135
- maven { url "https://repo.spring.io/snapshot" } // for Reactor snapshots
136
}
137
138
dependencies {
0 commit comments