From ac06ce7ad5bcde7e2a77040b801764e9e38604a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:09:09 +0000 Subject: [PATCH] Update hilt to v2.55 (#119) 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 c788cb7..d6f2b08 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidxTest = "1.6.2" spotless = "6.21.0" nexusPlugin = "0.30.0" androidxHiltNavigationCompose = "1.2.0" -hilt = "2.54" +hilt = "2.55" gson = "2.11.0" [plugins]