From f3bc6d875d4b104419a5f9102a6f5eb4a1cc03a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 09:03:56 +0000 Subject: [PATCH] build(deps): bump compose_destinations_version Bumps `compose_destinations_version` from 1.9.42-beta to 1.9.50. Updates `io.github.raamcosta.compose-destinations:core` from 1.9.42-beta to 1.9.50 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/1.9.42-beta...1.9.50) Updates `io.github.raamcosta.compose-destinations:ksp` from 1.9.42-beta to 1.9.50 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/1.9.42-beta...1.9.50) Updates `io.github.raamcosta.compose-destinations:animations-core` from 1.9.42-beta to 1.9.50 - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/1.9.42-beta...1.9.50) --- 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 - dependency-name: io.github.raamcosta.compose-destinations:animations-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4dcc509..047ee7b 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { kotlin_version = '1.8.10' ksp_version = '1.8.10-1.0.9' - compose_destinations_version = "1.9.42-beta" + compose_destinations_version = "1.9.50" desugar_jdk_version = '2.0.3' gradle_version = '7.4.0'