diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-04 09:11:49 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 09:11:49 +0530 |
commit | 303119e7e9539715f3bc42a5f20b957d76c44155 (patch) | |
tree | 919015e5c9a4372b5f4ddad37a85c2a6835626fc /gradle/libs.versions.toml | |
parent | 06d0fd5aafa28d5908b9e321d94c3a88fda5f01b (diff) |
chore(deps): update hilt to v2.48.1 (#2709)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle/libs.versions.toml')
-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 c438fe39..1c53ea93 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ moshi = "1.15.0" composeCompiler = "1.5.3-dev-k1.9.10-593b4c95fce" coroutines = "1.7.3" flowbinding = "1.2.0" -hilt = "2.48" +hilt = "2.48.1" kotlin = "1.9.10" kotlinResult = "1.1.18" leakcanary = "2.12" |