Skip to content

Commit

Permalink
Bump com.google.devtools.ksp:symbol-processing-gradle-plugin
Browse files Browse the repository at this point in the history
Bumps [com.google.devtools.ksp:symbol-processing-gradle-plugin](https://github.com/google/ksp) from 2.0.20-1.0.25 to 2.0.21-1.0.26.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.20-1.0.25...2.0.21-1.0.26)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp:symbol-processing-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 90c45b7 commit a995d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlinx-binary-compatibility-validator = "0.16.3"
kotlinx-datetime = "0.6.1"
kotlinx-io ="0.5.4"
kermit = "2.0.4"
ksp = "2.0.20-1.0.25"
ksp = "2.0.21-1.0.26"
mockk = "1.13.12"
spotless = "7.0.0.BETA2"
sqlite-wasm-binary = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
classpath("androidx.room:androidx.room.gradle.plugin:2.7.0-alpha08")
classpath("com.android.tools.build:gradle:8.5.2")
classpath("com.diffplug.spotless:spotless-plugin-gradle:7.0.0.BETA2")
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.20-1.0.25")
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.21-1.0.26")
classpath("com.saveourtool.diktat:diktat-gradle-plugin:2.0.0")
classpath("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0-Beta1")
Expand Down

0 comments on commit a995d4f

Please sign in to comment.