Skip to content

Commit

Permalink
Bump dagger-compiler from 2.38.1 to 2.39
Browse files Browse the repository at this point in the history
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.38.1 to 2.39.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.38.1...dagger-2.39)

---
updated-dependencies:
- 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>
  • Loading branch information
dependabot[bot] committed Oct 1, 2021
1 parent 740767c commit 25b647a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -134,7 +134,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1")

implementation("com.google.dagger:dagger:2.38.1")
kapt("com.google.dagger:dagger-compiler:2.38.1")
kapt("com.google.dagger:dagger-compiler:2.39")

implementation("androidx.appcompat:appcompat:1.3.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.3.1")
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1")

implementation("com.google.dagger:dagger:2.38.1")
kapt("com.google.dagger:dagger-compiler:2.38.1")
kapt("com.google.dagger:dagger-compiler:2.39")

implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-jackson:2.9.0")
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle.kts
Expand Up @@ -76,5 +76,5 @@ dependencies {
compileOnly("com.google.android.wearable:wearable:2.8.1")

implementation("com.google.dagger:dagger:2.38.1")
kapt("com.google.dagger:dagger-compiler:2.38.1")
kapt("com.google.dagger:dagger-compiler:2.39")
}

0 comments on commit 25b647a

Please sign in to comment.