Skip to content

Commit 84dce58

Browse files
committed
Update kotlin compile testing to 0.9.0
1 parent ecc62c7 commit 84dce58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kotlin-script-runtime = { module = "org.jetbrains.kotlin:kotlin-script-runtime",
2525
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
2626
kotlin-compiler-internalTestFramework = { module = "org.jetbrains.kotlin:kotlin-compiler-internal-test-framework", version.ref = "kotlin" }
2727
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
28-
kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version = "0.7.1" }
28+
kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version = "0.9.0" }
2929
junit = { module = "junit:junit", version = "4.13.2" }
3030
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
3131
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }

0 commit comments

Comments
 (0)