Skip to content

Commit cc53cb8

Browse files
committed
Merge pull request #814 from mattrjacobs/upgrade-rx-1-0-12
Upgrade to RxJava 1.0.12
2 parents 5d6a1b5 + 1606797 commit cc53cb8

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.10'
6+
compile 'io.reactivex:rxjava:1.0.12'
77
compile 'org.slf4j:slf4j-api:1.7.0'
88
testCompile 'junit:junit-dep:4.10'
99
}

0 commit comments

Comments
 (0)