From 0b1ef4e189ba6093721bfa079affa624cb05fb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:00:31 +0000 Subject: [PATCH] Bump io.github.raamcosta.compose-destinations:ksp from 1.9.62 to 1.10.1 Bumps [io.github.raamcosta.compose-destinations:ksp](https://github.com/raamcosta/compose-destinations) from 1.9.62 to 1.10.1. - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/1.9.62...1.10.1) --- updated-dependencies: - dependency-name: io.github.raamcosta.compose-destinations:ksp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 58850448b..74a467ac1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,7 +110,7 @@ dependencies { implementation 'io.github.oleksandrbalan:tagcloud:1.1.0' implementation 'io.github.raamcosta.compose-destinations:core:1.10.0' - ksp 'io.github.raamcosta.compose-destinations:ksp:1.9.62' + ksp 'io.github.raamcosta.compose-destinations:ksp:1.10.1' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'