Skip to content

Commit 347c245

Browse files
Update plugin anvil to v0.5.3 (#733)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | | ------------------------------------------------------------------ | ----------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | | [dev.zacsweers.anvil](https://redirect.github.com/zacsweers/anvil) | `0.5.2` → `0.5.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/dev.zacsweers.anvil:dev.zacsweers.anvil.gradle.plugin/0.5.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.zacsweers.anvil:dev.zacsweers.anvil.gradle.plugin/0.5.2/0.5.3?slim=true) | *** ### Release Notes <details> <summary>zacsweers/anvil (dev.zacsweers.anvil)</summary> ### [`v0.5.3`](https://redirect.github.com/zacsweers/anvil/blob/HEAD/CHANGELOG.md#053) [Compare Source](https://redirect.github.com/zacsweers/anvil/compare/0.5.2...0.5.3) *2026-02-18* ##### Deprecation Following Anvil's move to maintenance mode, this library is now deprecated and recommends adopting [Metro](https://redirect.github.com/zacsweers/metro). This library was always a stopgap solution to unlock K2 support with Anvil semantics. With Anvil ceasing new development in favor of Metro, there's no reason to continue developing this library. Metro is my primary focus now. I am happy to accept small patches as needed for bugfixes, but otherwise no new features will be happening. ##### Changes - Fix support for generic modules in factory gen. </details> *** ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/WhosNickDoglio/dagger-rules). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> - `main` <!-- branch-stack --> - \#733 :point\_left: Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd8692c commit 347c245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
2626
ksp = { id = "com.google.devtools.ksp", version = "2.3.5" }
2727
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.25.0" }
2828
sortDependencies = { id = "com.squareup.sort-dependencies", version.ref = "sort" }
29-
anvil = { id = "dev.zacsweers.anvil", version = "0.5.2" }
29+
anvil = { id = "dev.zacsweers.anvil", version = "0.5.3" }
3030
hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
3131

3232
[libraries]

0 commit comments

Comments
 (0)