Skip to content

Commit

Permalink
Downgrade dagger to use older Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Apanatshka committed Jul 25, 2024
1 parent 29235d0 commit 845074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depman/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kotlinx-coroutines = "1.8.1" # https://github.com
capsule = "0.6.3" # https://usethesource.io/projects/capsule/ (https://github.com/usethesource/capsule)
# Dependency Injection
guice = "7.0.0" # https://github.com/google/guice
dagger = "2.51.1" # https://github.com/google/dagger
dagger = "2.48.1" # https://github.com/google/dagger
# Annotations & Annotation Processors
immutables = "2.10.1" # https://immutables.github.io/ (https://github.com/immutables/immutables)
derive4j = "1.1.1" # https://github.com/derive4j/derive4j
Expand Down

0 comments on commit 845074c

Please sign in to comment.