Skip to content

Commit

Permalink
Merge pull request #1096 from mattrjacobs/upgrade-rx-java-1-1-1
Browse files Browse the repository at this point in the history
Upgrade to RxJava 1.1.1
  • Loading branch information
mattrjacobs committed Feb 11, 2016
2 parents 811aaa6 + 95512a5 commit bc86bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-core/build.gradle
Original file line number Diff line number Diff line change
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.1.0'
compile 'io.reactivex:rxjava:1.1.1'
compile 'org.slf4j:slf4j-api:1.7.0'
compile 'org.hdrhistogram:HdrHistogram:2.1.7'
testCompile 'junit:junit-dep:4.10'
Expand Down

0 comments on commit bc86bdb

Please sign in to comment.