Skip to content

Commit

Permalink
build(deps): bump com.google.devtools.ksp:symbol-processing-api
Browse files Browse the repository at this point in the history
Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 1.9.10-1.0.13 to 2.0.0-1.0.21.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.10-1.0.13...2.0.0-1.0.21)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent fcd8a82 commit bf53aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kotlin/bestbefore-processor-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
apply from: "${rootDir}/gradle/publish.gradle"

dependencies {
implementation 'com.google.devtools.ksp:symbol-processing-api:1.9.10-1.0.13'
implementation 'com.google.devtools.ksp:symbol-processing-api:2.0.0-1.0.21'
implementation 'com.google.auto.service:auto-service-annotations:1.1.1'
ksp 'dev.zacsweers.autoservice:auto-service-ksp:1.1.0'
}

0 comments on commit bf53aad

Please sign in to comment.