We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f0c2c commit 7157f95Copy full SHA for 7157f95
1 file changed
WORKSPACE
@@ -111,14 +111,18 @@ go_register_toolchains()
111
112
http_archive(
113
name = "com_github_grpc_grpc",
114
- strip_prefix = "grpc-8347f4753568b5b66e49111c60ae2841278d3f33", # this is 1.25.0 with fixes
115
- 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"],
116
)
117
118
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
119
120
grpc_deps()
121
122
+load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")
123
+
124
+grpc_extra_deps()
125
126
load("@upb//bazel:repository_defs.bzl", "bazel_version_repository")
127
128
bazel_version_repository(
0 commit comments