Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2022
1 parent 933cf0d commit 9a97db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
compileOnly 'org.jetbrains:annotations:23.0.0'
implementation 'javax.inject:javax.inject:1'
implementation 'com.google.dagger:dagger:2.41'
annotationProcessor 'com.google.dagger:dagger-compiler:2.41'
annotationProcessor 'com.google.dagger:dagger-compiler:2.42'
}

processResources {
Expand Down

0 comments on commit 9a97db5

Please sign in to comment.