Update auto-value to 1.3-rc1

We don't need any of the new features, for us this just fixes an
extraneous semicolon in generated code that causes an Eclipse warning.
This library is stable enough that using an RC should be fine.

Change-Id: I6da71c1d32286188e4e92a790cf1dc876c3b4c98
This commit is contained in:
Dave Borowitz
2016-06-13 12:39:39 -04:00
parent 764af4402c
commit 4ae5ed86b5

View File

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