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 d4fbe25 commit 75ad63aCopy full SHA for 75ad63a
github-workflows-kt/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
25
implementation(projects.sharedInternal)
26
27
- testImplementation("dev.zacsweers.kctfork:core:0.5.0-alpha07")
+ testImplementation("dev.zacsweers.kctfork:core:0.5.0-alpha08")
28
// Needed to use the right version of the compiler for the libraries that depend on it.
29
testImplementation(kotlin("compiler"))
30
testImplementation(kotlin("reflect"))
0 commit comments