From 9cfc8c5d688dbbcda34661e2ab3e18e57c7d52bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:07:24 +0000 Subject: [PATCH] :arrow_up: Bump coil from 2.4.0 to 2.6.0 Bumps `coil` from 2.4.0 to 2.6.0. Updates `io.coil-kt:coil` from 2.4.0 to 2.6.0 - [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.4.0...2.6.0) Updates `io.coil-kt:coil-compose` from 2.4.0 to 2.6.0 - [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.4.0...2.6.0) Updates `io.coil-kt:coil-svg` from 2.4.0 to 2.6.0 - [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.4.0...2.6.0) --- updated-dependencies: - dependency-name: io.coil-kt:coil dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt:coil-compose dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt:coil-svg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a4ceb225..cf8c96eb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ androidxComposeBom = "2023.10.01" androidxComposeCompiler = "1.5.3" androidxComposeRuntimeTracing = "1.0.0-alpha04" accompanist = "0.33.2-alpha" -coil = "2.4.0" +coil = "2.6.0" material3 = "1.2.0-alpha09" spotless = "7.0.0.BETA1"