From 1e25ccde7fcc6a542018135578afab615177ef0a Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:07:52 -0700 Subject: [PATCH] Update anvil to v0.3.3 (#1747) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dev.zacsweers.anvil](https://redirect.github.com/zacsweers/anvil) | plugin | patch | `0.3.2` -> `0.3.3` | | [dev.zacsweers.anvil:annotations-optional](https://redirect.github.com/zacsweers/anvil) | dependencies | patch | `0.3.2` -> `0.3.3` | | [dev.zacsweers.anvil:annotations](https://redirect.github.com/zacsweers/anvil) | dependencies | patch | `0.3.2` -> `0.3.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
zacsweers/anvil (dev.zacsweers.anvil) ### [`v0.3.3`](https://redirect.github.com/zacsweers/anvil/blob/HEAD/CHANGELOG.md#033) [Compare Source](https://redirect.github.com/zacsweers/anvil/compare/0.3.2...0.3.3) *2024-10-19* - **Enhancement**: Move various KSP helper functions to `compiler-utils`. Special thanks to [@​WhosNickDoglio](https://redirect.github.com/WhosNickDoglio) for contributing to this release!
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 86060a432..c80ddf98a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ androidx-appcompat = "1.7.0" androidx-browser = "1.8.0" androidx-lifecycle = "2.8.6" agp = "8.7.1" -anvil = "0.3.2" +anvil = "0.3.3" atomicfu = "0.25.0" benchmark = "1.3.3" coil = "2.7.0"