We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661c6d6 commit 3e3b0f7Copy full SHA for 3e3b0f7
github-workflows-kt/build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
implementation(projects.sharedInternal)
31
ksp(projects.codeGenerator)
32
33
- testImplementation("dev.zacsweers.kctfork:core:0.11.1")
+ testImplementation("dev.zacsweers.kctfork:core:0.12.0")
34
// Needed to use the right version of the compiler for the libraries that depend on it.
35
testImplementation(kotlin("compiler"))
36
testImplementation(kotlin("reflect"))
0 commit comments