Skip to content

Commit 0288dc4

Browse files
fix(deps): update dependency dev.zacsweers.kctfork:core to v0.5.1
1 parent 12d2b32 commit 0288dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semanticdb-kotlinc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
// https://github.com/tschuchortdev/kotlin-compile-testing/issues/390
4141
// Until then, we use the fork from https://github.com/ZacSweers/kotlin-compile-testing instead.
4242
// testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
43-
testImplementation("dev.zacsweers.kctfork", "core", "0.4.0")
43+
testImplementation("dev.zacsweers.kctfork", "core", "0.5.1")
4444

4545
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
4646
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {

0 commit comments

Comments
 (0)