Skip to content

Commit

Permalink
Upgrade to RxJava 3.0.0 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Feb 14, 2020
1 parent 21f7786 commit c57bf6d
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 @@ -8,7 +8,7 @@ Library for interoperation between RxJava 3 and Project Loom's Fibers.
```groovy
dependencies {
implementation "com.github.akarnokd:rxjava3-fiber-interop:0.0.9"
implementation "com.github.akarnokd:rxjava3-fiber-interop:0.0.10"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repositories {
}

dependencies {
implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC8"
implementation "io.reactivex.rxjava3:rxjava:3.0.0"
testImplementation 'junit:junit:4.13'
testImplementation "org.reactivestreams:reactive-streams-tck:1.0.3"
testImplementation "org.testng:testng:7.1.0"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.jvmargs=-XX:+IgnoreUnrecognizedVMOptions --permit-illegal-access --show-version

GROUP=com.github.akarnokd
VERSION_NAME=0.0.9
version=0.0.9
VERSION_NAME=0.0.10
version=0.0.10

POM_ARTIFACT_ID=rxjava3-fiber-interop
POM_NAME=RxJava 3 Fiber Interop
Expand Down

0 comments on commit c57bf6d

Please sign in to comment.