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 bccfe10 commit 17eea85Copy full SHA for 17eea85
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.8.0")
+ testImplementation("dev.zacsweers.kctfork:core:0.9.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