Skip to content

Commit

Permalink
Bump dev.zacsweers.kctfork:ksp from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [dev.zacsweers.kctfork:ksp](https://github.com/zacsweers/kotlin-compile-testing) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/zacsweers/kotlin-compile-testing/releases)
- [Changelog](https://github.com/ZacSweers/kotlin-compile-testing/blob/main/CHANGELOG.md)
- [Commits](ZacSweers/kotlin-compile-testing@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: dev.zacsweers.kctfork:ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SimonMarquis committed Nov 30, 2024
1 parent af8bc73 commit 3cea4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ksp = "2.1.0-1.0.29"
junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junitRuntime = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
# https://github.com/ZacSweers/kotlin-compile-testing
kotlinCompileTestingKsp = { module = "dev.zacsweers.kctfork:ksp", version = "0.6.0" }
kotlinCompileTestingKsp = { module = "dev.zacsweers.kctfork:ksp", version = "0.7.0" }
kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kspApi = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
Expand Down

0 comments on commit 3cea4e0

Please sign in to comment.