Skip to content

Commit 75cd9c8

Browse files
chore(deps): bump com.google.devtools.ksp (#178)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.6...2.3.8) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7774e06 commit 75cd9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/android/samples/MobileBuyIntegration/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
2424
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.20' apply false
2525
id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false
26-
id 'com.google.devtools.ksp' version '2.3.6' apply false
26+
id 'com.google.devtools.ksp' version '2.3.8' apply false
2727
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20' apply false
2828
id 'com.apollographql.apollo' version '4.4.3' apply false
2929
}

0 commit comments

Comments
 (0)