Skip to content

Commit

Permalink
RxJava [0.11,0.12)
Browse files Browse the repository at this point in the history
Trying to fix #178

I tried this on local build, it worked. Trying now on build system.
  • Loading branch information
benjchristensen committed Sep 10, 2013
1 parent 99cd8b3 commit bd6dfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'idea'

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

0 comments on commit bd6dfac

Please sign in to comment.