Skip to content

Commit c781be7

Browse files
Bump dev.zacsweers.kctfork:core from 0.2.1 to 0.4.0
Bumps [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.2.1 to 0.4.0. - [Release notes](https://github.com/zacsweers/kotlin-compile-testing/releases) - [Changelog](https://github.com/ZacSweers/kotlin-compile-testing/blob/main/CHANGELOG.md) - [Commits](ZacSweers/kotlin-compile-testing@0.2.1...0.4.0) --- updated-dependencies: - dependency-name: dev.zacsweers.kctfork:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55e6ee1 commit c781be7

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)