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 32d78e6 commit e5a5532Copy full SHA for e5a5532
build.gradle
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
53
ext.kotlinVersion = "1.1.51"
54
ext.log4jVersion = "2.9.1"
55
ext.nettyVersion = "4.1.16.Final"
56
- ext.reactorVersion = "Bismuth-RELEASE"
+ ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
57
ext.rxjavaVersion = "1.3.2"
58
ext.rxjavaAdapterVersion = "1.2.1"
59
ext.rxjava2Version = "2.1.5"
@@ -126,6 +126,7 @@ configure(allprojects) { project ->
126
repositories {
127
maven { url "https://repo.spring.io/libs-release" }
128
maven { url "https://repo.spring.io/milestone" }
129
+ maven { url "https://repo.spring.io/snapshot" }
130
}
131
132
dependencies {
0 commit comments