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:
@@ -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(
|
||||
|
@@ -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'],
|
||||
)
|
||||
|
Reference in New Issue
Block a user