diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-01 04:07:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 04:07:03 +0000 |
commit | 192fd11c453a8747ba03e94dc74659c3260c718b (patch) | |
tree | daf2308aaec6f8a6dd576ed9878523a7b6716608 /gradle/libs.versions.toml | |
parent | cbff738bd59931ff1aada1ace4a8997fffff9e35 (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 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ef66b382..165a645e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ compose = "1.1.0-beta02" composeSnapshot = "-" coroutines = "1.5.2" flowbinding = "1.2.0" -hilt = "2.40.1" +hilt = "2.40.3" kotlin = "1.5.31" lifecycle = "2.4.0" @@ -70,7 +70,7 @@ build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.5.31" build-download = "de.undercouch:gradle-download-task:4.1.2" -build-hilt = "com.google.dagger:hilt-android-gradle-plugin:2.40.1" +build-hilt = "com.google.dagger:hilt-android-gradle-plugin:2.40.3" dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" } |