From 992a9b854cb112d7f19edcac32df7cf99a8541ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:34:58 +0000 Subject: [PATCH] chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-beta04 to 1.7.0-beta07. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... 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 bea68b064..96d26297a 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-beta06" +composeFoundation = "1.7.0-beta07" composeMaterial = "1.7.0-beta06" mapsKtx = "5.1.1" material = "1.12.0"