From 01070a00d33525b9de8b9c28fa9a78051cc29d02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:49:02 +0000 Subject: [PATCH] chore(deps): update hilt to v2.50 --- 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 0dcafc6..9d38298 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ colorPicker = "0.7.0" firebaseBom = "32.2.3" firebaseCrashlyticsPlugin = "2.9.9" gmsPlugin = "4.4.1" -hilt = "2.47" +hilt = "2.50" jacoco = "0.8.9" junit4 = "4.13.2" kotlin = "1.8.20"