Skip to content

Commit

Permalink
Upgrade to RSocket 1.0.0-RC7
Browse files Browse the repository at this point in the history
Closes gh-24934
  • Loading branch information
rstoyanchev committed Apr 28, 2020
1 parent afc8a5d commit d2bcf1e
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 @@ -29,7 +29,7 @@ configure(allprojects) { project ->
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.3"
mavenBom "io.netty:netty-bom:4.1.49.Final"
mavenBom "io.projectreactor:reactor-bom:Dysprosium-SR7"
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC7-SNAPSHOT"
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC7"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.28.v20200408"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.72"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
Expand Down Expand Up @@ -279,7 +279,6 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
}
}
configurations.all {
Expand Down

0 comments on commit d2bcf1e

Please sign in to comment.