Skip to content

Commit

Permalink
Bumping to 1.0.0 Final
Browse files Browse the repository at this point in the history
Eagerly bumping the version while it's en route to Maven Central.
 
reactive-streams/reactive-streams-jvm#223
  • Loading branch information
benjchristensen committed Apr 29, 2015
1 parent 2eb4144 commit ce20f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rxjava-reactive-streams/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'java'

dependencies {
compile 'io.reactivex:rxjava:1.0.+'
compile 'org.reactivestreams:reactive-streams:1.0.0.RC5'
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'
}

test {
Expand Down

0 comments on commit ce20f14

Please sign in to comment.