diff --git a/github-workflows-kt/build.gradle.kts b/github-workflows-kt/build.gradle.kts index fa6fd862b..41c31d62e 100644 --- a/github-workflows-kt/build.gradle.kts +++ b/github-workflows-kt/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation(projects.sharedInternal) ksp(projects.codeGenerator) - testImplementation("dev.zacsweers.kctfork:core:0.12.0") + testImplementation("dev.zacsweers.kctfork:core:0.12.1") // Needed to use the right version of the compiler for the libraries that depend on it. testImplementation(kotlin("compiler")) testImplementation(kotlin("reflect"))