Skip to content

Commit

Permalink
Merge pull request Netflix#607 from mattrjacobs/upgrade_rx_1_0_5
Browse files Browse the repository at this point in the history
Upgrade RxJava from 1.0.4 -> 1.0.5
  • Loading branch information
mattrjacobs committed Feb 4, 2015
2 parents 50459a4 + d52055a commit 8a7ea5a
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 @@ -2,7 +2,7 @@ apply plugin: 'osgi'

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

0 comments on commit 8a7ea5a

Please sign in to comment.