Skip to content

Commit

Permalink
Update dagger version
Browse files Browse the repository at this point in the history
  • Loading branch information
Apanatshka committed Jul 29, 2024
1 parent 0b172ec commit a339960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/depconstraints/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val commonVersion = "0.11.0"
val checkerframeworkVersion = "3.16.0"

val immutablesVersion = "2.10.1"
val daggerVersion = "2.36" // Do not upgrade, causes Gradle/Kotlin compatibility issues due to upgrade to Kotlin 1.5.
val daggerVersion = "2.41" // Do not upgrade, causes Gradle/Kotlin compatibility issues due to upgrade to Kotlin 1.5.

dependencies {
constraints {
Expand Down

0 comments on commit a339960

Please sign in to comment.