From f54f80d2eb4b72653956e17a35dab1baec5c333f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 06:31:13 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 1.8.20-1.0.11 to 1.9.0-1.0.11 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.20-1.0.11 to 1.9.0-1.0.11. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.8.20-1.0.11...1.9.0-1.0.11) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/offscreen-common/build.gradle.kts | 2 +- examples/triangle-common/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/offscreen-common/build.gradle.kts b/examples/offscreen-common/build.gradle.kts index 8660a96..62e2bb7 100644 --- a/examples/offscreen-common/build.gradle.kts +++ b/examples/offscreen-common/build.gradle.kts @@ -17,7 +17,7 @@ plugins { id("com.android.library") kotlin("multiplatform") - id("com.google.devtools.ksp") version "1.8.20-1.0.11" + id("com.google.devtools.ksp") version "1.9.0-1.0.11" id("graphics.glimpse.internal.detekt") } diff --git a/examples/triangle-common/build.gradle.kts b/examples/triangle-common/build.gradle.kts index e8cef5d..fb13595 100644 --- a/examples/triangle-common/build.gradle.kts +++ b/examples/triangle-common/build.gradle.kts @@ -17,7 +17,7 @@ plugins { id("com.android.library") kotlin("multiplatform") - id("com.google.devtools.ksp") version "1.8.20-1.0.11" + id("com.google.devtools.ksp") version "1.9.0-1.0.11" id("org.jetbrains.compose") id("graphics.glimpse.internal.detekt") }