From b5c6fa1519d9be7fc24cf81b4a4d687999a4ef71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:07:36 +0000 Subject: [PATCH] chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-rc01 to 1.8.0-alpha01. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- snippets/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/gradle/libs.versions.toml b/snippets/gradle/libs.versions.toml index 53326eaca..b9eaaa50a 100644 --- a/snippets/gradle/libs.versions.toml +++ b/snippets/gradle/libs.versions.toml @@ -5,7 +5,7 @@ junitVersion = "1.2.1" kotlin = "2.0.0" coreKtx = "1.13.1" appCompat = "1.7.0" -composeFoundation = "1.7.0-rc01" +composeFoundation = "1.8.0-alpha01" composeMaterial = "1.7.0-rc01" mapsKtx = "5.1.1" material = "1.12.0"