From 3ddad7f4dc3777eaf88327079e8fde4b163fdcea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:13:14 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.androidx.graphics:graphics-shapes Bumps [org.jetbrains.androidx.graphics:graphics-shapes](https://github.com/JetBrains/compose-jb) from 1.0.0-alpha05 to 1.0.0-alpha06. - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/commits) --- updated-dependencies: - dependency-name: org.jetbrains.androidx.graphics:graphics-shapes dependency-version: 1.0.0-alpha06 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b912dfd7..01b14b58 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ android-targetSdk = "36" android-gradle-plugin = "8.9.1" androidx-activity-compose = "1.10.0" androidx-window = "1.3.0" -androidx-graphics-shapes = "1.0.0-alpha05" +androidx-graphics-shapes = "1.0.0-alpha06" compose-plugin = "1.8.0-beta02" dokka = "2.0.0" haze = "1.6.0-SNAPSHOT"