Skip to content

Commit 097827d

Browse files
fix(deps): update kotlininject.anvil to v0.1.4 (#2040)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [software.amazon.lastmile.kotlin.inject.anvil:runtime-optional](https://redirect.github.com/amzn/kotlin-inject-anvil) | dependencies | patch | `0.1.3` -> `0.1.4` | | [software.amazon.lastmile.kotlin.inject.anvil:runtime](https://redirect.github.com/amzn/kotlin-inject-anvil) | dependencies | patch | `0.1.3` -> `0.1.4` | | [software.amazon.lastmile.kotlin.inject.anvil:compiler](https://redirect.github.com/amzn/kotlin-inject-anvil) | dependencies | patch | `0.1.3` -> `0.1.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>amzn/kotlin-inject-anvil (software.amazon.lastmile.kotlin.inject.anvil:runtime-optional)</summary> ### [`v0.1.4`](https://redirect.github.com/amzn/kotlin-inject-anvil/blob/HEAD/CHANGELOG.md#014---2025-04-16) [Compare Source](https://redirect.github.com/amzn/kotlin-inject-anvil/compare/0.1.3...0.1.4) ##### Changed - Upgraded KSP to `2.1.20-2.0.0`, where KSP2 becomes the default. This project is still tested with KSP1 and KSP2. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguMSIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 05fbf47 commit 097827d

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
@@ -29,7 +29,7 @@ publishedJvmTarget = "1.8"
2929
kct = "0.7.0"
3030
kotlin = "2.1.10"
3131
kotlinInject = "0.7.2"
32-
kotlinInject-anvil = "0.1.3"
32+
kotlinInject-anvil = "0.1.4"
3333
kotlinpoet = "2.1.0"
3434
kotlinx-coroutines = "1.10.2"
3535
kotlinx-serialization = "1.8.1"

0 commit comments

Comments
 (0)