Skip to content

Commit

Permalink
Upgrade to RxJava 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Feb 24, 2018
1 parent 4474300 commit 24f7ba7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RxJava 2 interop library for supporting Java 9 features such as `Flow.*`
# Release

```groovy
compile 'com.github.akarnokd:rxjava2-jdk9-interop:0.1.9'
compile 'com.github.akarnokd:rxjava2-jdk9-interop:0.1.10'
```

# Examples
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ apply plugin: 'osgi'
dependencies {
signature 'org.codehaus.mojo.signature:java18:1.0@signature'

compile "io.reactivex.rxjava2:rxjava:2.1.9"
compile "io.reactivex.rxjava2:rxjava:2.1.10"

testCompile group: 'junit', name: 'junit', version: '4.12'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.1.9
version=0.1.10
org.gradle.jvmargs=-XX:+IgnoreUnrecognizedVMOptions --permit-illegal-access --show-version

0 comments on commit 24f7ba7

Please sign in to comment.