diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-12-20 11:05:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 05:35:09 +0000 |
commit | 34fc7dd6b541349744ba26eaacd60283b469b7c5 (patch) | |
tree | 20ab30945e72577b71b33169632cb12b0af5b89d | |
parent | 5f57b80b4f86936c42f73f52f92e7a2adb905f07 (diff) |
chore(deps): update hilt to v2.50 (#2828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f950c24f..4173bf04 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ moshi = "1.15.0" composeCompiler = "1.5.6" coroutines = "1.7.3" flowbinding = "1.2.0" -hilt = "2.49" +hilt = "2.50" kotlin = "1.9.21" kotlinResult = "1.1.18" lifecycle = "2.6.2" |