diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-31 05:51:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 05:51:20 +0000 |
commit | 2c2a0b1a536810761a11da6e05378b7a89ed96e7 (patch) | |
tree | fe6f9db7839436ce493b4122df218a15548731f2 /gradle | |
parent | 8f950fb83e1a05ffbc86ee5f76e6b94c7bba95b5 (diff) |
chore(deps): update hilt to v2.48 (#2668)
* chore(deps): update hilt to v2.48
* fix: remove unsupported extension syntax
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle')
-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 284fd212..d5c2bbef 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.47" +hilt = "2.48" kotlin = "1.9.10" leakcanary = "2.12" lifecycle = "2.6.1" |