Skip to content

Commit

Permalink
Merge pull request #533 from mattrjacobs/bump-to-rx-1_0_4
Browse files Browse the repository at this point in the history
Upgrade to RxJava 1.0.4
  • Loading branch information
mattrjacobs committed Jan 21, 2015
2 parents e421650 + 2342e85 commit ed797db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 'io.reactivex:rxjava:1.0.2'
compile 'io.reactivex:rxjava:1.0.4'
compile 'org.slf4j:slf4j-api:1.7.0'
compile 'com.google.code.findbugs:jsr305:2.0.0'
provided 'junit:junit-dep:4.10'
Expand All @@ -14,7 +14,7 @@ javadoc {
// the exclude isn't working, nor is there a subPackages options as docs suggest there should be
// we do not want the com.netflix.hystrix.util package include
exclude '**/util/**'

options {
doclet = "org.benjchristensen.doclet.DocletExclude"
docletpath = [rootProject.file('./gradle/doclet-exclude.jar')]
Expand Down

0 comments on commit ed797db

Please sign in to comment.