Skip to content

Commit ed61f44

Browse files
committed
Upgrade to Disprosium-M1
Closes gh-22930
1 parent 06c3a05 commit ed61f44

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
@@ -39,7 +39,7 @@ ext {
3939
kotlinVersion = "1.3.31"
4040
log4jVersion = "2.11.2"
4141
nettyVersion = "4.1.36.Final"
42-
reactorVersion = "Dysprosium-BUILD-SNAPSHOT"
42+
reactorVersion = "Dysprosium-M1"
4343
rxjavaVersion = "1.3.8"
4444
rxjavaAdapterVersion = "1.2.1"
4545
rxjava2Version = "2.2.8"
@@ -148,7 +148,7 @@ configure(allprojects) { project ->
148148

149149
repositories {
150150
maven { url "https://repo.spring.io/libs-release" }
151-
maven { url "https://repo.spring.io/snapshot" } // Reactor
151+
maven { url "https://repo.spring.io/milestone" } // Reactor
152152
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
153153
mavenLocal()
154154
}

0 commit comments

Comments
 (0)