Skip to content

Commit

Permalink
Merge pull request #10 from kotest/renovate/ci.tschuchortdev.kotlinco…
Browse files Browse the repository at this point in the history
…mpiletesting

Update dependency com.github.tschuchortdev:kotlin-compile-testing to v1.6.0
  • Loading branch information
sksamuel authored Dec 8, 2024
2 parents fce6c26 + 308bc2a commit cd557af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Ci.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Ci {
}

object Tschuchortdev {
const val kotlinCompileTesting = "com.github.tschuchortdev:kotlin-compile-testing:1.4.2"
const val kotlinCompileTesting = "com.github.tschuchortdev:kotlin-compile-testing:1.6.0"
}

private val releaseVersion = System.getenv("RELEASE_VERSION")
Expand Down

0 comments on commit cd557af

Please sign in to comment.