We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb4144 commit ce20f14Copy full SHA for ce20f14
rxjava-reactive-streams/build.gradle
@@ -4,8 +4,8 @@ apply plugin: 'java'
4
5
dependencies {
6
compile 'io.reactivex:rxjava:1.0.+'
7
- compile 'org.reactivestreams:reactive-streams:1.0.0.RC5'
8
- testCompile 'org.reactivestreams:reactive-streams-tck:1.0.0.RC5'
+ compile 'org.reactivestreams:reactive-streams:1.0.0'
+ testCompile 'org.reactivestreams:reactive-streams-tck:1.0.0'
9
}
10
11
test {
0 commit comments