Skip to content

Commit

Permalink
Use most recent version of autovalue
Browse files Browse the repository at this point in the history
  • Loading branch information
bdleitner committed Oct 16, 2016
1 parent d2ca825 commit 1a60780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ ext {
}

dependencies {
compile 'com.google.auto.value:auto-value:1.3-rc2'
compile 'com.google.auto.value:auto-value:1.3'
compile 'com.google.code.findbugs:jsr305:latest.release'
compile 'com.google.guava:guava:19.0'

testCompile "com.google.truth:truth:${GOOGLE_TRUTH_VERSION}"
testCompile "junit:junit:${JUNIT_VERSION}"
testCompile 'com.google.testing.compile:compile-testing:0.5'

apt 'com.google.auto.value:auto-value:1.3-rc2'
testApt 'com.google.auto.value:auto-value:1.3-rc2'
apt 'com.google.auto.value:auto-value:1.3'
testApt 'com.google.auto.value:auto-value:1.3'
testApt 'com.google.guava:guava:19.0'
}

Expand Down

0 comments on commit 1a60780

Please sign in to comment.