Skip to content

Commit

Permalink
Bump com.github.tschuchortdev:kotlin-compile-testing-ksp
Browse files Browse the repository at this point in the history
Bumps [com.github.tschuchortdev:kotlin-compile-testing-ksp](https://github.com/tschuchortdev/kotlin-compile-testing) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/tschuchortdev/kotlin-compile-testing/releases)
- [Commits](tschuchortdev/kotlin-compile-testing@1.5.0...1.6.0)

---
updated-dependencies:
- dependency-name: com.github.tschuchortdev:kotlin-compile-testing-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 9771f89 commit 21a9fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation("org.jetbrains.exposed:exposed-core:$exposedVersion")
testImplementation("org.jetbrains.exposed:exposed-dao:$exposedVersion")
testImplementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion")
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.5.0")
testImplementation("com.github.tschuchortdev:kotlin-compile-testing-ksp:1.6.0")
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
}

Expand Down

0 comments on commit 21a9fab

Please sign in to comment.