diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-10 03:48:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 03:48:08 +0000 |
commit | 45afaa756562c98b5470b9c15b6f1d86ca22cd88 (patch) | |
tree | 2d77edf44a3d7bf55c72d7d9bd345dfc46203e5e | |
parent | 2679560dcf64ff1e48e97b1bbd523dd0c5ac9cec (diff) |
chore(deps): update hilt to v2.45 (#2374)
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 b40ce545..7eb79615 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ bouncycastle = "1.72" composeCompiler = "1.4.2" coroutines = "1.6.4" flowbinding = "1.2.0" -hilt = "2.44.2" +hilt = "2.45" kotlin = "1.8.10" leakcanary = "2.10" lifecycle = "2.6.0-beta01" |