From fa3fd7b5ec4edc64844fb4b59bf0989bdf265157 Mon Sep 17 00:00:00 2001 From: Matt Jacobs Date: Fri, 17 Apr 2015 20:16:05 -0700 Subject: [PATCH] Upgrade RxJava to 1.0.9 --- hystrix-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix-core/build.gradle b/hystrix-core/build.gradle index 79e151b71..8be52e095 100644 --- a/hystrix-core/build.gradle +++ b/hystrix-core/build.gradle @@ -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.0.7' + compile 'io.reactivex:rxjava:1.0.9' compile 'org.slf4j:slf4j-api:1.7.0' testCompile 'junit:junit-dep:4.10' }