Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from lyft/fix-dagger-gradle-build
Browse files Browse the repository at this point in the history
Switching dagger library to provided
  • Loading branch information
itspbj committed Mar 2, 2016
2 parents bf91c1c + 2134922 commit 07b876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoop-dagger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-all:2.0.2-beta'
compile 'com.squareup.dagger:dagger:1.2.2'
compile 'com.squareup.dagger:dagger-compiler:1.2.2'
provided 'com.squareup.dagger:dagger-compiler:1.2.2'
compile project(':scoop')
}

Expand Down

0 comments on commit 07b876d

Please sign in to comment.