diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-12-02 03:58:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-02 03:58:46 +0530 |
commit | c8c551d86ac05abf7acfeb9c59db310f100ae582 (patch) | |
tree | d0e55e189a7563c3b065e4e15b54385d4eea33b0 | |
parent | 84645128a3524bdde8c71582af0eeaa14ab22b6f (diff) |
chore(deps): update hilt to v2.49 (#2792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 11ccc7b1..80aa5636 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ moshi = "1.15.0" composeCompiler = "1.5.5-dev-k1.9.21-163bb051fe5" coroutines = "1.7.3" flowbinding = "1.2.0" -hilt = "2.48.1" +hilt = "2.49" kotlin = "1.9.21" kotlinResult = "1.1.18" lifecycle = "2.6.2" |