gerrit/lib/auto/BUCK
David Ostrovsky d7dc720738 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
2016-11-03 23:23:19 +01:00

10 lines
226 B
Python

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