Skip to content

Commit

Permalink
update both dagger libs at the same time since renovate doesnt
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3h committed Jan 30, 2024
1 parent 780b722 commit d9224fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ dependencies {
implementation(project(":engine"))
implementation(project(":games:nuo"))

implementation 'com.google.dagger:dagger:2.49'
implementation 'com.google.dagger:dagger:2.50'
testImplementation 'org.hamcrest:hamcrest-core:2.2'
annotationProcessor 'com.google.dagger:dagger-compiler:2.49'
annotationProcessor 'com.google.dagger:dagger-compiler:2.50'
implementation 'javax.inject:javax.inject:1'
implementation 'com.google.guava:guava:32.1.3-jre'

testAnnotationProcessor 'com.google.dagger:dagger-compiler:2.49'
testAnnotationProcessor 'com.google.dagger:dagger-compiler:2.50'
testImplementation platform('com.agorapulse:gru-bom:1.4.0')
testImplementation 'com.agorapulse:gru-http'

Expand Down

0 comments on commit d9224fa

Please sign in to comment.