Skip to content

Commit

Permalink
Catch the build file up to use the newest common-annotation-processin…
Browse files Browse the repository at this point in the history
…g release.
  • Loading branch information
bdleitner committed Oct 1, 2016
1 parent 73f1bb5 commit b8cf286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compile 'com.google.auto.value:auto-value:1.3-rc2'
compile 'com.google.code.findbugs:jsr305:latest.release'
compile 'com.google.guava:guava:19.0'
compile 'com.github.bdleitner:common-annotation-processing:0.2.5'
compile 'com.github.bdleitner:common-annotation-processing:0.3.0'

testCompile "com.google.truth:truth:${GOOGLE_TRUTH_VERSION}"
testCompile "junit:junit:${JUNIT_VERSION}"
Expand Down

0 comments on commit b8cf286

Please sign in to comment.