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 07c9c4d commit 3a5e064Copy full SHA for 3a5e064
build.gradle
@@ -81,7 +81,7 @@ configure(allprojects) { project ->
81
ext.poiVersion = "3.16"
82
ext.protobufVersion = "3.2.0"
83
ext.quartzVersion = "2.2.3"
84
- ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
+ ext.reactorVersion = "Bismuth-M1"
85
ext.romeVersion = "1.7.2"
86
ext.rxjavaVersion = '1.2.10'
87
ext.rxjavaAdapterVersion = '1.2.1'
@@ -176,8 +176,8 @@ configure(allprojects) { project ->
176
177
repositories {
178
maven { url "https://repo.spring.io/libs-release" }
179
- maven { url "https://repo.spring.io/libs-snapshot" }
180
maven { url "https://repo.spring.io/milestone" }
+ maven { url "https://repo.spring.io/libs-snapshot" }
181
}
182
183
dependencies {
0 commit comments