Bump daggerVersion from 2.32 to 2.33 (#819)

Bumps `daggerVersion` from 2.32 to 2.33.

Updates `dagger` from 2.32 to 2.33
- [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.32...dagger-2.33)

Updates `dagger-compiler` from 2.32 to 2.33
- [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.32...dagger-2.33)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-03-07 11:00:49 -06:00
committed by GitHub
parent 86c7200e6b
commit a733e6ddf0
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ kotlin {
val jvmMain by getting {
dependencies {
implementation(kotlin("stdlib-jdk8"))
compileOnly("com.google.dagger:dagger:2.32")
compileOnly("com.google.dagger:dagger:2.33")
implementation("com.google.guava:guava:30.1-android")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.30")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2")