diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-07-22 02:54:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 02:54:59 +0530 |
commit | 9a3c18234883d10fb2391e7bad6c06ff4f16f9b3 (patch) | |
tree | 46e06e5cde4f3d2f2f9344cfc96edeace6a126b2 | |
parent | ade73fd5bc38e8e1f1a4ab3b44132da63f2f7982 (diff) |
chore(deps): update hilt to v2.43 (#2024)
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 d3a14c6f..a8599f4e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ composeFoundation = "1.3.0-alpha01" composeUi = "1.3.0-alpha01" coroutines = "1.6.4" flowbinding = "1.2.0" -hilt = "2.42" +hilt = "2.43" kotlin = "1.7.10" leakcanary = "2.9.1" lifecycle = "2.6.0-alpha01" |