1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-10 21:34:06 +02:00

Bump com.google.devtools.ksp:symbol-processing-api

Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 1.8.21-1.0.11 to 1.9.0-1.0.13.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/1.8.21-1.0.11...1.9.0-1.0.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-16 15:51:11 +00:00 committed by github-actions[bot]
parent f6b5cfe1d4
commit 055fd4379a

View File

@ -18,6 +18,6 @@ repositories {
}
dependencies {
compileOnly("com.google.devtools.ksp:symbol-processing-api:1.8.21-1.0.11")
compileOnly("com.google.devtools.ksp:symbol-processing-api:1.9.0-1.0.13")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.5.0")
}