Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 23742d7 commit 537bdb3
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 "2.0.0-Beta1" apply false
alias(libs.plugins.ksp) apply false
alias(libs.plugins.kover)
alias(libs.plugins.detekt)
Expand Down

0 comments on commit 537bdb3

Please sign in to comment.