Skip to content

Commit ce20f14

Browse files
Bumping to 1.0.0 Final
Eagerly bumping the version while it's en route to Maven Central. reactive-streams/reactive-streams-jvm#223
1 parent 2eb4144 commit ce20f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: rxjava-reactive-streams/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apply plugin: 'java'
44

55
dependencies {
66
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'
7+
compile 'org.reactivestreams:reactive-streams:1.0.0'
8+
testCompile 'org.reactivestreams:reactive-streams-tck:1.0.0'
99
}
1010

1111
test {

0 commit comments

Comments
 (0)