Skip to content

Commit bd6dfac

Browse files
RxJava [0.11,0.12)
Trying to fix #178 I tried this on local build, it worked. Trying now on build system.
1 parent 99cd8b3 commit bd6dfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'idea'
44

55
dependencies {
66
compile 'com.netflix.archaius:archaius-core:0.4.1'
7-
compile 'com.netflix.rxjava:rxjava-core:0.11.+'
7+
compile 'com.netflix.rxjava:rxjava-core:[0.11,0.12)'
88
compile 'org.slf4j:slf4j-api:1.7.0'
99
compile 'com.google.code.findbugs:jsr305:2.0.0'
1010
provided 'junit:junit-dep:4.10'

0 commit comments

Comments
 (0)