Skip to content

Commit 3e3b0f7

Browse files
fix(deps): update dependency dev.zacsweers.kctfork:core to v0.12.0
1 parent 661c6d6 commit 3e3b0f7

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
@@ -30,7 +30,7 @@ dependencies {
3030
implementation(projects.sharedInternal)
3131
ksp(projects.codeGenerator)
3232

33-
testImplementation("dev.zacsweers.kctfork:core:0.11.1")
33+
testImplementation("dev.zacsweers.kctfork:core:0.12.0")
3434
// Needed to use the right version of the compiler for the libraries that depend on it.
3535
testImplementation(kotlin("compiler"))
3636
testImplementation(kotlin("reflect"))

0 commit comments

Comments
 (0)