Skip to content

Commit

Permalink
fix(deps): update dependency io.reactivex.rxjava3:rxjava to v3.1.8 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent da35353 commit ac91651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6")

implementation("io.reactivex.rxjava3:rxjava:3.1.6")
implementation("io.reactivex.rxjava3:rxjava:3.1.8")
implementation("com.github.akarnokd:kotlin-flow-extensions:0.0.14")

api(platform("com.ensody.reactivestate:reactivestate-bom:5.2.1"))
Expand Down

0 comments on commit ac91651

Please sign in to comment.