From 63d50d31b832f4c0c976a5396dbf7343dda2b65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:53:05 +0000 Subject: [PATCH] Bump com.patrykandpatrick.vico:compose Bumps [com.patrykandpatrick.vico:compose](https://github.com/patrykandpatrick/vico) from 2.0.0-alpha.22 to 2.0.0-beta.1. - [Release notes](https://github.com/patrykandpatrick/vico/releases) - [Commits](https://github.com/patrykandpatrick/vico/compare/v2.0.0-alpha.22...v2.0.0-beta.1) --- updated-dependencies: - dependency-name: com.patrykandpatrick.vico:compose 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 29b848e8..db429f00 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ testRunner = "1.6.2" testExtJunit = "1.2.1" espresso = "3.6.1" turbine = "1.1.0" -vicoCompose = "2.0.0-alpha.22" +vicoCompose = "2.0.0-beta.1" composeRatingbar = "1.3.12" loggerAndroid = "1.0.0" compileSdk = "34"