From 33fcd7b90f9dcdd13e6f957d8d6e7889c5f54b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:59:34 +0000 Subject: [PATCH] build: Bump hilt from 2.53.1 to 2.54 (#451) --- 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 044662f0..c494d45c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.1.0" ksp = "2.1.0-1.0.29" agp = "8.7.3" -hilt = "2.53.1" +hilt = "2.54" compose-bom = "2024.12.01" # https://google.github.io/accompanist accompanist = "0.37.0"