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 e19c82f commit c96bd58Copy full SHA for c96bd58
github-workflows-kt/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation(projects.sharedInternal)
28
ksp(projects.codeGenerator)
29
30
- testImplementation("dev.zacsweers.kctfork:core:0.7.0")
+ testImplementation("dev.zacsweers.kctfork:core:0.7.1")
31
// Needed to use the right version of the compiler for the libraries that depend on it.
32
testImplementation(kotlin("compiler"))
33
testImplementation(kotlin("reflect"))
0 commit comments