diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index d588bc7c..9d1ed585 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -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-SNAPSHOT" const val timber = "com.jakewharton.timber:timber:5.0.1" object arrow {