From fef06a0300e6b7a8818bb04d5847e559f1286909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 23:44:26 +0000 Subject: [PATCH] Bump com.github.tschuchortdev:kotlin-compile-testing from 1.5.0 to 1.6.0 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](https://github.com/tschuchortdev/kotlin-compile-testing/compare/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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d2b2012..2908278 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 {