Skip to content

Commit

Permalink
Bump rxjava from 3.0.0-RC7 to 3.0.0-RC8 (#15)
Browse files Browse the repository at this point in the history
Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.0-RC7 to 3.0.0-RC8.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](ReactiveX/RxJava@v3.0.0-RC7...v3.0.0-RC8)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and akarnokd committed Jan 20, 2020
1 parent 9bbf83b commit c16dc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repositories {

dependencies {
implementation "io.reactivex.rxjava2:rxjava:2.2.17"
implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC7"
implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC8"
testImplementation 'junit:junit:4.13'
}

Expand Down

0 comments on commit c16dc1c

Please sign in to comment.