Skip to content

Commit

Permalink
fix(deps): update dependency io.github.hoc081098:flowext to v1.0.0 (#236
Browse files Browse the repository at this point in the history
)

| datasource | package                     | from     | to    |
| ---------- | --------------------------- | -------- | ----- |
| maven      | io.github.hoc081098:FlowExt | 1.0.0-RC | 1.0.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 8bc4c2a commit 54f5ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object deps {

const val coil = "io.coil-kt:coil:2.7.0"
const val viewBindingDelegate = "com.github.hoc081098:ViewBindingDelegate:1.4.0"
const val flowExt = "io.github.hoc081098:FlowExt:1.0.0-RC"
const val flowExt = "io.github.hoc081098:FlowExt:1.0.0"
const val timber = "com.jakewharton.timber:timber:5.0.1"

object arrow {
Expand Down

0 comments on commit 54f5ea8

Please sign in to comment.