Skip to content

Commit

Permalink
Upgrade to RSocket 1.0.0-RC5
Browse files Browse the repository at this point in the history
Closes gh-23698
  • Loading branch information
snicoll committed Sep 30, 2019
1 parent b24ac74 commit f9424c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -78,7 +78,7 @@ configure(allprojects) { project ->
dependency "io.reactivex:rxjava:1.3.8"
dependency "io.reactivex:rxjava-reactive-streams:1.2.1"
dependency "io.reactivex.rxjava2:rxjava:2.2.12"
dependencySet(group: 'io.rsocket', version: '1.0.0-RC3') {
dependencySet(group: 'io.rsocket', version: '1.0.0-RC5') {
entry 'rsocket-core'
entry 'rsocket-transport-netty'
}
Expand Down

0 comments on commit f9424c8

Please sign in to comment.