From 06082c6f6d88e1d9f4bc1d82777fb783d4cb4304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:03:07 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 2.1.10-1.0.29 to 2.1.10-1.0.30 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.1.10-1.0.29 to 2.1.10-1.0.30. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.1.10-1.0.29...2.1.10-1.0.30) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0c6ed31..983c872 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { alias(libs.plugins.kotlin.android) apply false alias(libs.plugins.kotlin.compose) apply false - id("com.google.devtools.ksp") version "2.1.10-1.0.29" apply false + id("com.google.devtools.ksp") version "2.1.10-1.0.30" apply false id("com.google.protobuf") version "0.9.4" apply false