From af61b940c301cac9602b2aa169e694b530eef91b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:47:15 +0000 Subject: [PATCH] Bump compose-destinations from 2.1.0-beta14 to 2.1.0-beta15 Bumps `compose-destinations` from 2.1.0-beta14 to 2.1.0-beta15. Updates `io.github.raamcosta.compose-destinations:core` from 2.1.0-beta14 to 2.1.0-beta15 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta14...2.1.0-beta15) Updates `io.github.raamcosta.compose-destinations:ksp` from 2.1.0-beta14 to 2.1.0-beta15 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta14...2.1.0-beta15) --- updated-dependencies: - dependency-name: io.github.raamcosta.compose-destinations:core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.raamcosta.compose-destinations:ksp 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 29c21c636..b9dceb1ef 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ stately = "2.1.0" twitter-parser = "0.5.3" molecule = "2.0.0" accompanist = "0.37.0" -compose-destinations = "2.1.0-beta14" +compose-destinations = "2.1.0-beta15" compose-lint-checks = "1.4.2" ktlintPlugin = "12.1.2" apng-android = "3.0.2"