From 789efc46a333736b6e4dc3c4bf89ea242fcfc41e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 09:37:13 +0530 Subject: [PATCH] chore(deps): update hilt to v2.46.1 (#2517) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 726400c7..69f85cc0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ bouncycastle = "1.73" composeCompiler = "1.4.7" coroutines = "1.7.1" flowbinding = "1.2.0" -hilt = "2.46" +hilt = "2.46.1" kotlin = "1.8.21" leakcanary = "2.10" lifecycle = "2.6.1"