Skip to content

Commit 6ac07f4

Browse files
authored
Merge pull request #16 from Foso/dependabot/gradle/dev.zacsweers.kctfork-core-0.4.0
Bump dev.zacsweers.kctfork:core from 0.2.1 to 0.4.0
2 parents 55e6ee1 + c781be7 commit 6ac07f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
compileOnly("com.google.auto.service:auto-service:$autoService")
3232
kapt("com.google.auto.service:auto-service:$autoService")
3333
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.10")
34-
testImplementation("dev.zacsweers.kctfork:core:0.2.1")
34+
testImplementation("dev.zacsweers.kctfork:core:0.4.0")
3535
testImplementation("junit:junit:4.13.2")
3636
testImplementation("com.google.truth:truth:1.1.5")
3737
testImplementation(kotlin("reflect"))

0 commit comments

Comments
 (0)