Skip to content

Commit

Permalink
fix(deps): update dependency io.reactivex.rxjava3:rxjava to v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent d38b943 commit 3d52fb2
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 @@ -30,7 +30,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.1")

implementation("io.reactivex.rxjava3:rxjava:3.1.6")
implementation("io.reactivex.rxjava3:rxjava:3.1.7")
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 3d52fb2

Please sign in to comment.