From f3ad5ea3d33135a73fa9260203347b7fbc20acc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:39:44 +0000 Subject: [PATCH] Bump compose-destinations from 2.1.0-beta13 to 2.1.0-beta14 Bumps `compose-destinations` from 2.1.0-beta13 to 2.1.0-beta14. Updates `io.github.raamcosta.compose-destinations:core` from 2.1.0-beta13 to 2.1.0-beta14 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta13...2.1.0-beta14) Updates `io.github.raamcosta.compose-destinations:ksp` from 2.1.0-beta13 to 2.1.0-beta14 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta13...2.1.0-beta14) --- 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 fbfd7bb49..ea53ffad3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ stately = "2.1.0" twitter-parser = "0.5.1" molecule = "2.0.0" accompanist = "0.36.0" -compose-destinations = "2.1.0-beta13" +compose-destinations = "2.1.0-beta14" compose-lint-checks = "1.4.1" ktlintPlugin = "12.1.1" apng-android = "3.0.1"