Skip to content

Commit

Permalink
Merge pull request #172 from edward3h/dagger250
Browse files Browse the repository at this point in the history
update both dagger libs at the same time since renovate doesnt
  • Loading branch information
edward3h committed Jan 30, 2024
2 parents 780b722 + d9224fa commit 7ccfc97
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 7ccfc97

Please sign in to comment.