Skip to content

Commit

Permalink
Upgrade to RxJava 0.8.4
Browse files Browse the repository at this point in the history
- pick up concurrency fix to ScheduledObserver ReactiveX/RxJava#269
  • Loading branch information
benjchristensen committed May 13, 2013
1 parent c51bd7e commit e7568b6
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 'com.netflix.rxjava:rxjava-core:0.8.2'
compile 'com.netflix.rxjava:rxjava-core:0.8.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 Down Expand Up @@ -39,4 +39,4 @@ idea {
// include 'provided' dependencies on the classpath
scopes.PROVIDED.plus += configurations.provided
}
}
}

0 comments on commit e7568b6

Please sign in to comment.