Skip to content

Commit e5a5532

Browse files
committed
Upgrade to Reactor Bismuth-BUILD-SNAPSHOT
This is done in order to prepare for Reactor Bismuth-SR1 which will be used by Spring Framework 5.0.1.RELEASE. Issue: SPR-16085
1 parent 32d78e6 commit e5a5532

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
5353
ext.kotlinVersion = "1.1.51"
5454
ext.log4jVersion = "2.9.1"
5555
ext.nettyVersion = "4.1.16.Final"
56-
ext.reactorVersion = "Bismuth-RELEASE"
56+
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
5757
ext.rxjavaVersion = "1.3.2"
5858
ext.rxjavaAdapterVersion = "1.2.1"
5959
ext.rxjava2Version = "2.1.5"
@@ -126,6 +126,7 @@ configure(allprojects) { project ->
126126
repositories {
127127
maven { url "https://repo.spring.io/libs-release" }
128128
maven { url "https://repo.spring.io/milestone" }
129+
maven { url "https://repo.spring.io/snapshot" }
129130
}
130131

131132
dependencies {

0 commit comments

Comments
 (0)