Skip to content

Commit 4b2fb45

Browse files
fix(deps): update dependency dev.zacsweers.kctfork:core to v0.5.0 (#1476)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dev.zacsweers.kctfork:core](https://togithub.com/zacsweers/kotlin-compile-testing) | `0.5.0-alpha08` -> `0.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.zacsweers.kctfork:core/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.zacsweers.kctfork:core/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.zacsweers.kctfork:core/0.5.0-alpha08/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.zacsweers.kctfork:core/0.5.0-alpha08/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>zacsweers/kotlin-compile-testing (dev.zacsweers.kctfork:core)</summary> ### [`v0.5.0`](https://togithub.com/zacsweers/kotlin-compile-testing/blob/HEAD/CHANGELOG.md#050) *2024-06-05* - Update to Kotlin `2.0.0`. - Update to KSP `2.0.0-1.0.22`. - Change `supportsK2` to true by default. - Change `disableStandardScript` to true by default. This doesn't seem to work reliably in K2 testing. - Update kapt class location references. - Support Kapt4 (AKA kapt.k2). - Support KSP2. - Introduce a new `KotlinCompilation.useKsp()` API to simplify KSP configuration. - Update to ClassGraph `4.8.173`. Note that in order to test Kapt 3 or KSP 1, you must now also set `languageVersion` to `1.9` in your `KotlinCompilation` configuration. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33b499f commit 4b2fb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-workflows-kt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
2525
implementation(projects.sharedInternal)
2626

27-
testImplementation("dev.zacsweers.kctfork:core:0.5.0-alpha08")
27+
testImplementation("dev.zacsweers.kctfork:core:0.5.0")
2828
// Needed to use the right version of the compiler for the libraries that depend on it.
2929
testImplementation(kotlin("compiler"))
3030
testImplementation(kotlin("reflect"))

0 commit comments

Comments
 (0)