aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2016-11-16 16:42:10 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-11-17 18:17:33 +0000
commit2153790fbebaed4aef6544fea3a85a01749b0d11 (patch)
tree0a759db13b684119af4c805c00c6363255f18e91 /third_party/BUILD
parentb782fd45f7046a94a617ec8aec76ee5513555924 (diff)
Bazel to use AutoValue 1.4-rc1.
The big improvement is the addition of @AutoValue.CopyAnnotations, which allows AutoValue classes to be exposed to Skylark via @SkylarkModule. -- MOS_MIGRATED_REVID=139336396
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index cff45f73d3..cef4f9a1b3 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -215,13 +215,13 @@ java_library(
java_import(
name = "auto_value_value",
- jars = ["auto/auto-value-1.2.jar"],
+ jars = ["auto/auto-value-1.4-rc1.jar"],
)
# For bootstrapping JavaBuilder
filegroup(
name = "auto_value-jars",
- srcs = ["auto/auto-value-1.2.jar"],
+ srcs = ["auto/auto-value-1.4-rc1.jar"],
)
java_library(