Skip to content

Commit 01594ce

Browse files
committed
fix(deps): update dependency dev.zacsweers.kctfork:core to v0.4.1
1 parent c9f0e1e commit 01594ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-workflows-kt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation(projects.sharedInternal)
2525

2626
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
27-
testImplementation("dev.zacsweers.kctfork:core:0.4.0")
27+
testImplementation("dev.zacsweers.kctfork:core:0.4.1")
2828
testImplementation("com.lemonappdev:konsist:0.14.0")
2929
// Needed to use the right version of the compiler for the libraries that depend on it.
3030
testImplementation(kotlin("compiler"))

0 commit comments

Comments
 (0)