Skip to content

Commit c007a27

Browse files
fix(deps): update dependency io.github.hoc081098:flowext to v1.0.0
| datasource | package | from | to | | ---------- | --------------------------- | -------- | ----- | | maven | io.github.hoc081098:FlowExt | 1.0.0-RC | 1.0.0 |
1 parent 8bc4c2a commit c007a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ object deps {
7070

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

7676
object arrow {

0 commit comments

Comments
 (0)