bump protobuf to 3.8.0 on bazel too

This commit is contained in:
Laurent Perron
2019-06-25 16:06:55 +02:00
parent 1ac33f40b9
commit eee54d3cbf

View File

@@ -21,15 +21,13 @@ git_repository(
git_repository(
name = "com_google_protobuf",
commit = "f425b9f",
# commit = "6973c3a", # release v3.7.1
commit = "0974557", # release v3.8.0
remote = "https://github.com/protocolbuffers/protobuf.git",
)
git_repository(
name = "com_google_protobuf_cc",
commit = "f425b9f",
# commit = "6973c3a", # release v3.7.1
commit = "0974557", # release v3.8.0
remote = "https://github.com/protocolbuffers/protobuf.git",
)