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 c9f0e1e commit 01594ceCopy full SHA for 01594ce
github-workflows-kt/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
implementation(projects.sharedInternal)
25
26
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
27
- testImplementation("dev.zacsweers.kctfork:core:0.4.0")
+ testImplementation("dev.zacsweers.kctfork:core:0.4.1")
28
testImplementation("com.lemonappdev:konsist:0.14.0")
29
// Needed to use the right version of the compiler for the libraries that depend on it.
30
testImplementation(kotlin("compiler"))
0 commit comments