Merge pull request #6810 from vector-im/revert-6732-dependabot/gradle/dagger-2.43.2

Revert "Bump dagger from 2.42 to 2.43.2"
This commit is contained in:
Adam Brown 2022-08-11 17:15:55 +01:00 committed by GitHub
commit d702210f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def gradle = "7.1.3"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.6.21"
def kotlinCoroutines = "1.6.4"
def dagger = "2.43.2"
def dagger = "2.42"
def appDistribution = "16.0.0-beta03"
def retrofit = "2.9.0"
def arrow = "0.8.2"