Bump daggerVersion from 2.39 to 2.40

Bumps `daggerVersion` from 2.39 to 2.40.

Updates `dagger` from 2.39 to 2.40
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.39...dagger-2.40)

Updates `dagger-compiler` from 2.39 to 2.40
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.39...dagger-2.40)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-01 03:02:26 +00:00
committed by Quentin Hibon
parent 9ddab6ee59
commit e3c53bf07f
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ android {
}
dependencies {
val daggerVersion = "2.39"
val daggerVersion = "2.40"
val kotlinVersion = "1.5.31"
val kxCoroutinesVersion = "1.5.2"
val ktorVersion = "1.6.4"