diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-28 06:10:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 00:40:35 +0000 |
commit | c42b396ee546236f1f1cc2bd19bfec956e30c713 (patch) | |
tree | 74e6c197830dc4bea0d57ea8f10a007628b30256 | |
parent | 9eac07efc32bd3aca1075536e556c9036fc7ccb4 (diff) |
chore(deps): update hilt to v2.51 (#2920)
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 5997df5b..0d96ed29 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ bouncycastle = "1.77" composeCompiler = "1.5.10" coroutines = "1.8.0" flowbinding = "1.2.0" -hilt = "2.50" +hilt = "2.51" kotlin = "1.9.22" kotlinResult = "1.1.18" lifecycle = "2.7.0" |