Skip to content

Commit 1133a94

Browse files
build(deps): bump com.google.devtools.ksp:symbol-processing-api
Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 2.3.8 to 2.3.10. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.8...2.3.10) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 011e129 commit 1133a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc-processor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.8")
6+
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.10")
77
}
88

99
kotlin {

0 commit comments

Comments
 (0)