diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-29 06:28:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 06:28:57 +0530 |
commit | 110f8d4f51513b571424812c4152b4ffd536608c (patch) | |
tree | 0b7f34218da65b613428b1f2db8afc527fda0d21 /gradle | |
parent | 87f7f5a58361df58cb2733469ebe70066d796780 (diff) |
chore(deps): update hilt to v2.46 (#2492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-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 93b95023..2013b71b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ bouncycastle = "1.73" composeCompiler = "1.4.6-dev-k1.8.21-290a127309e" coroutines = "1.6.4" flowbinding = "1.2.0" -hilt = "2.45" +hilt = "2.46" kotlin = "1.8.21" leakcanary = "2.10" lifecycle = "2.6.1" |