Skip to content

Commit

Permalink
chore: update grpc to v1.30.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 317949519
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 23, 2020
1 parent 14f0c2c commit 7157f95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions WORKSPACE
Expand Up @@ -111,14 +111,18 @@ go_register_toolchains()

http_archive(
name = "com_github_grpc_grpc",
strip_prefix = "grpc-8347f4753568b5b66e49111c60ae2841278d3f33", # this is 1.25.0 with fixes
urls = ["https://github.com/grpc/grpc/archive/8347f4753568b5b66e49111c60ae2841278d3f33.zip"],
strip_prefix = "grpc-1.30.0",
urls = ["https://github.com/grpc/grpc/archive/v1.30.0.zip"],
)

load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")

grpc_deps()

load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")

grpc_extra_deps()

load("@upb//bazel:repository_defs.bzl", "bazel_version_repository")

bazel_version_repository(
Expand Down

0 comments on commit 7157f95

Please sign in to comment.