From bff46d9a199bd8a9ab901f7b875ebd437281e5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:18:48 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 1.8.0-1.0.8 to 1.8.10-1.0.9 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.0-1.0.8 to 1.8.10-1.0.9. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.8.0-1.0.8...1.8.10-1.0.9) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... 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 3bbd1aa..cb6b769 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ plugins { id 'dagger.hilt.android.plugin' id 'kotlin-kapt' id 'kotlin-parcelize' - id 'com.google.devtools.ksp' version '1.8.0-1.0.8' + id 'com.google.devtools.ksp' version '1.8.10-1.0.9' } def tagName = 'v1.3.0-beta'