Skip to content

Commit

Permalink
Upgrade to RxJava 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jan 24, 2018
1 parent 2cf22f6 commit 37fd103
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Library to convert between RxJava 1.x and 2.x reactive types.

```
dependencies {
compile "com.github.akarnokd:rxjava2-interop:0.11.4"
compile "com.github.akarnokd:rxjava2-interop:0.11.5"
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ apply plugin: 'osgi'
dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'

compile "org.reactivestreams:reactive-streams:1.0.1"
compile "org.reactivestreams:reactive-streams:1.0.2"
compile "io.reactivex:rxjava:1.3.4"
compile "io.reactivex.rxjava2:rxjava:2.1.8"
compile "io.reactivex.rxjava2:rxjava:2.1.9"

testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile 'org.mockito:mockito-core:2.12.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.11.4
version=0.11.5

0 comments on commit 37fd103

Please sign in to comment.