Skip to content

Commit

Permalink
Merge pull request #16 from Foso/dependabot/gradle/dev.zacsweers.kctf…
Browse files Browse the repository at this point in the history
…ork-core-0.4.0

Bump dev.zacsweers.kctfork:core from 0.2.1 to 0.4.0
  • Loading branch information
Foso authored Nov 6, 2023
2 parents 55e6ee1 + c781be7 commit 6ac07f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
compileOnly("com.google.auto.service:auto-service:$autoService")
kapt("com.google.auto.service:auto-service:$autoService")
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.10")
testImplementation("dev.zacsweers.kctfork:core:0.2.1")
testImplementation("dev.zacsweers.kctfork:core:0.4.0")
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.1.5")
testImplementation(kotlin("reflect"))
Expand Down

0 comments on commit 6ac07f4

Please sign in to comment.