Bump auto-value to 1.4-rc1

Among other this version fixed "Compile-time constant expression
overflows" bug, reported by Bazel 0.4.0. Other fixes and improvements
are here: [1].

This upgrade is needed to be able to support Bazel 0.4.0.

[1] https://github.com/google/auto/releases/tag/auto-value-1.4-rc1

Change-Id: I2e792bae1afa276efdf1580b6543fdc0cec6d45c
This commit is contained in:
David Ostrovsky
2016-11-03 23:10:41 +01:00
parent 0120594dd0
commit d7dc720738
2 changed files with 4 additions and 4 deletions

View File

@@ -415,8 +415,8 @@ maven_jar(
maven_jar(
name = 'auto_value',
artifact = 'com.google.auto.value:auto-value:1.3-rc1',
sha1 = 'b764e0fb7e11353fbff493b22fd6e83bf091a179',
artifact = 'com.google.auto.value:auto-value:1.4-rc1',
sha1 = '9347939002003a7a3c3af48271fc2c18734528a4',
)
maven_jar(

View File

@@ -2,8 +2,8 @@ include_defs('//lib/maven.defs')
maven_jar(
name = 'auto-value',
id = 'com.google.auto.value:auto-value:1.3-rc1',
sha1 = 'b764e0fb7e11353fbff493b22fd6e83bf091a179',
id = 'com.google.auto.value:auto-value:1.4-rc1',
sha1 = '9347939002003a7a3c3af48271fc2c18734528a4',
license = 'Apache2.0',
visibility = ['PUBLIC'],
)