Skip to content

Commit

Permalink
fix(deps): update dependency io.coil-kt:coil to v2.4.0
Browse files Browse the repository at this point in the history
| datasource | package         | from  | to    |
| ---------- | --------------- | ----- | ----- |
| maven      | io.coil-kt:coil | 2.3.0 | 2.4.0 |
  • Loading branch information
renovate[bot] authored May 21, 2023
1 parent e197ea0 commit 35ccacd
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 @@ -69,7 +69,7 @@ object deps {
const val test = "io.insert-koin:koin-test:$version"
}

const val coil = "io.coil-kt:coil:2.3.0"
const val coil = "io.coil-kt:coil:2.4.0"
const val viewBindingDelegate = "com.github.hoc081098:ViewBindingDelegate:1.4.0"
const val flowExt = "io.github.hoc081098:FlowExt:0.6.1"
const val timber = "com.jakewharton.timber:timber:5.0.1"
Expand Down

0 comments on commit 35ccacd

Please sign in to comment.