Skip to content

Commit

Permalink
Merge pull request #1005 from mattrjacobs/update-rx-1-0-17
Browse files Browse the repository at this point in the history
Upgrade to RxJava 1.0.17
  • Loading branch information
mattrjacobs committed Dec 2, 2015
2 parents a513994 + b09cee1 commit e4a7a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-core/build.gradle
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'me.champeau.gradle.jmh'

dependencies {
compile 'com.netflix.archaius:archaius-core:0.4.1'
compile 'io.reactivex:rxjava:1.0.14'
compile 'io.reactivex:rxjava:1.0.17'
compile 'org.slf4j:slf4j-api:1.7.0'
testCompile 'junit:junit-dep:4.10'
}
Expand Down

0 comments on commit e4a7a4a

Please sign in to comment.