Skip to content

Commit

Permalink
chore(deps): bump kapt from 1.9.20-Beta2 to 1.9.20-RC
Browse files Browse the repository at this point in the history
Bumps [kapt](https://github.com/JetBrains/kotlin) from 1.9.20-Beta2 to 1.9.20-RC.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: kapt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 8129124 commit 71584c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/plugin/gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import java.util.Properties

plugins {
java
kotlin("kapt") version "1.9.20-Beta2" apply false
kotlin("kapt") version "1.9.20-RC" apply false
alias(libs.plugins.ksp) apply false
alias(libs.plugins.kover)
alias(libs.plugins.detekt)
Expand Down

0 comments on commit 71584c5

Please sign in to comment.