Skip to content

Commit 8414a4e

Browse files
committed
Merge pull request Netflix#1223 from mattrjacobs/upgrade-rxjava-1-1-5
Upgrade RxJava from 1.1.1 to 1.1.5
2 parents 2c5cb5e + e7e6f0b commit 8414a4e

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.1.1'
6+
compile 'io.reactivex:rxjava:1.1.5'
77
compile 'org.slf4j:slf4j-api:1.7.0'
88
compile 'org.hdrhistogram:HdrHistogram:2.1.7'
99
testCompile 'junit:junit-dep:4.10'

0 commit comments

Comments
 (0)