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 3faf604 commit 16a48edCopy full SHA for 16a48ed
github-workflows-kt/build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
implementation(projects.sharedInternal)
30
ksp(projects.codeGenerator)
31
32
- testImplementation("dev.zacsweers.kctfork:core:0.11.1")
+ testImplementation("dev.zacsweers.kctfork:core:0.12.0")
33
// Needed to use the right version of the compiler for the libraries that depend on it.
34
testImplementation(kotlin("compiler"))
35
testImplementation(kotlin("reflect"))
0 commit comments