aboutsummaryrefslogtreecommitdiff
path: root/dependency-sync/build.gradle.kts
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-01 04:07:03 +0000
committerGitHub <noreply@github.com>2021-12-01 04:07:03 +0000
commit192fd11c453a8747ba03e94dc74659c3260c718b (patch)
treedaf2308aaec6f8a6dd576ed9878523a7b6716608 /dependency-sync/build.gradle.kts
parentcbff738bd59931ff1aada1ace4a8997fffff9e35 (diff)
build(deps): bump hilt from 2.40.1 to 2.40.3 (#1557)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'dependency-sync/build.gradle.kts')
-rw-r--r--dependency-sync/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts
index 44a4124e..53a75148 100644
--- a/dependency-sync/build.gradle.kts
+++ b/dependency-sync/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
val composeSnapshot = "-"
val coroutines = "1.5.2"
val flowbinding = "1.2.0"
- val hilt = "2.40.1"
+ val hilt = "2.40.3"
val kotlin = "1.5.31"
val lifecycle = "2.4.0"