Skip to content

Commit 3a5e064

Browse files
committed
Upgrade to Reactor Bismuth.M1
1 parent 07c9c4d commit 3a5e064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ configure(allprojects) { project ->
8181
ext.poiVersion = "3.16"
8282
ext.protobufVersion = "3.2.0"
8383
ext.quartzVersion = "2.2.3"
84-
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
84+
ext.reactorVersion = "Bismuth-M1"
8585
ext.romeVersion = "1.7.2"
8686
ext.rxjavaVersion = '1.2.10'
8787
ext.rxjavaAdapterVersion = '1.2.1'
@@ -176,8 +176,8 @@ configure(allprojects) { project ->
176176

177177
repositories {
178178
maven { url "https://repo.spring.io/libs-release" }
179-
maven { url "https://repo.spring.io/libs-snapshot" }
180179
maven { url "https://repo.spring.io/milestone" }
180+
maven { url "https://repo.spring.io/libs-snapshot" }
181181
}
182182

183183
dependencies {

0 commit comments

Comments
 (0)