Skip to content

Commit

Permalink
Upgrade to RSocket 1.0.0-RC3
Browse files Browse the repository at this point in the history
Closes gh-23543
  • Loading branch information
rstoyanchev committed Sep 2, 2019
1 parent a6f4862 commit 2c20b2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext {
log4jVersion = "2.12.0"
nettyVersion = "4.1.38.Final"
reactorVersion = "Dysprosium-M3"
rsocketVersion = "1.0.0-RC3-SNAPSHOT"
rsocketVersion = "1.0.0-RC3"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.10"
Expand Down Expand Up @@ -118,7 +118,6 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project ->
mavenCentral()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/milestone" } // Reactor
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
}

dependencies {
Expand Down

0 comments on commit 2c20b2b

Please sign in to comment.