aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-08-10 14:57:54 +0000
committerGravatar Yue Gan <yueg@google.com>2016-08-11 09:12:22 +0000
commitf63c6fde315a1ca5ec0ace6a298b1e0b7b8118fd (patch)
tree5b2305311cb7c901ade2ca6b2d8c540a9255391e /third_party
parent27309e167cce5f294b73ca93f081456e632ce744 (diff)
Update the proto library version in BUILD files
-- MOS_MIGRATED_REVID=129865689
Diffstat (limited to 'third_party')
-rw-r--r--third_party/protobuf/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/protobuf/BUILD b/third_party/protobuf/BUILD
index 02c7f2dcf9..203fe51ec2 100644
--- a/third_party/protobuf/BUILD
+++ b/third_party/protobuf/BUILD
@@ -34,13 +34,13 @@ filegroup(
java_import(
name = "protobuf",
- jars = ["protobuf-java-3.0.0-beta-1.jar"],
+ jars = ["protobuf-java-3.0.0-beta-4.jar"],
)
# For bootstrapping JavaBuilder
filegroup(
name = "protobuf-jars",
- srcs = ["protobuf-java-3.0.0-beta-1.jar"],
+ srcs = ["protobuf-java-3.0.0-beta-4.jar"],
)
py_library(