Skip to content

Commit

Permalink
update bazel build to protobuf v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Mar 12, 2019
1 parent 0c8c4c6 commit e3c0245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
http_archive(
name = "com_google_protobuf",
strip_prefix = "protobuf-66dc42d891a4fc8e9190c524fd67961688a37bbe",
url = "https://github.com/google/protobuf/archive/66dc42d891a4fc8e9190c524fd67961688a37bbe.tar.gz",
strip_prefix = "protobuf-582743bf40c5d3639a70f98f183914a2c0cd0680",
url = "https://github.com/google/protobuf/archive/582743bf40c5d3639a70f98f183914a2c0cd0680.tar.gz",
)

if "com_github_nanopb_nanopb" not in native.existing_rules():
Expand Down

0 comments on commit e3c0245

Please sign in to comment.