Bump coil-compose from 2.2.0 to 2.2.1

Bumps [coil-compose](https://github.com/coil-kt/coil) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/2.2.0...2.2.1)

---
updated-dependencies:
- dependency-name: io.coil-kt:coil-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-08 05:44:28 +00:00 committed by Adam Brown
parent 2303e6143d
commit d50a0897d0
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ ext.Dependencies.with {
ktorJava = "io.ktor:ktor-client-java:${ktorVer}"
ktorContentNegotiation = "io.ktor:ktor-client-content-negotiation:${ktorVer}"
coil = "io.coil-kt:coil-compose:2.2.0"
coil = "io.coil-kt:coil-compose:2.2.1"
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.25.1"
junit = "junit:junit:4.13.2"