Skip to content

Commit

Permalink
Upgrade to RxJava 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Aug 31, 2021
1 parent ab9b995 commit 3f7790e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.1.0"
implementation "io.reactivex.rxjava3:rxjava:3.1.1"
testImplementation 'junit:junit:4.13.2'
testImplementation "org.reactivestreams:reactive-streams-tck:1.0.3"
testImplementation "org.testng:testng:7.4.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.13
version=0.0.13
VERSION_NAME=0.0.14
version=0.0.14

POM_ARTIFACT_ID=rxjava3-fiber-interop
POM_NAME=RxJava 3 Fiber Interop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import io.reactivex.rxjava3.core.*;
import io.reactivex.rxjava3.core.Scheduler.Worker;
import io.reactivex.rxjava3.internal.queue.SpscArrayQueue;
import io.reactivex.rxjava3.operators.SpscArrayQueue;
import io.reactivex.rxjava3.internal.util.BackpressureHelper;

final class FlowableTransformFiberScheduler<T, R> extends Flowable<R>
Expand Down

0 comments on commit 3f7790e

Please sign in to comment.