Skip to content

Commit 24d0169

Browse files
committed
Merge pull request #783 from mattrjacobs/upgrade-rx-1-10
Upgrade RxJava to 1.0.10
2 parents 99e3172 + d263309 commit 24d0169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'me.champeau.gradle.jmh'
33

44
dependencies {
55
compile 'com.netflix.archaius:archaius-core:0.4.1'
6-
compile 'io.reactivex:rxjava:1.0.9'
6+
compile 'io.reactivex:rxjava:1.0.10'
77
compile 'org.slf4j:slf4j-api:1.7.0'
88
compile 'org.hdrhistogram:HdrHistogram:2.1.4'
99
testCompile 'junit:junit-dep:4.10'

0 commit comments

Comments
 (0)