diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-10 07:49:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 07:49:26 +0530 |
commit | c0ccd867640dc7e879d2aec90ee5095ecbdfb612 (patch) | |
tree | a50336d5544b92e05b2af8f5fe1ef98981c66581 /gradle | |
parent | 179e7a50441ba96110a9c56eac61329b51a2b2c5 (diff) |
chore(deps): update hilt to v2.42 (#1904)
Co-authored-by: Renovate Bot <bot@renovateapp.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 e997b6c4..b34f8c42 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ androidx_test = "1.4.1-alpha06" compose = "1.2.0-alpha08" coroutines = "1.6.1" flowbinding = "1.2.0" -hilt = "2.41" +hilt = "2.42" kotlin = "1.6.21" leakcanary = "2.9.1" lifecycle = "2.4.1" |