Skip to content

Commit

Permalink
Bump com.github.tschuchortdev:kotlin-compile-testing from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [com.github.tschuchortdev:kotlin-compile-testing](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
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 031c193 commit cfd134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

// Testing
testImplementation(kotlin("test-junit"))
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.5.0")
testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.6.0")
}

application {
Expand Down

0 comments on commit cfd134a

Please sign in to comment.