Upgrade to the newly-released RxJava 1.0.0

See https://github.com/ReactiveX/RxJava/releases/tag/v1.0.0
This commit is contained in:
Chris Beams 2014-11-27 11:09:37 +01:00
parent 75babebc8b
commit 7dbe3e33b1
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -42,7 +42,7 @@ repositories {
dependencies {
compile 'org.bitcoinj:bitcoinj-core:0.12.2'
compile 'net.tomp2p:tomp2p-all:5.0-Alpha.8f1cafb-SNAPSHOT'
compile 'io.reactivex:rxjava:1.0.0-rc.12'
compile 'io.reactivex:rxjava:1.0.0'
compile 'org.springframework:spring-core:4.1.1.RELEASE'
compile 'net.sf.jopt-simple:jopt-simple:4.8'
compile 'org.slf4j:slf4j-api:1.7.7'