Skip to content

Commit

Permalink
grpc 1.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo committed Nov 19, 2022
1 parent c812a08 commit 21ced21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ def opentelemetry_cpp_deps():
maybe(
http_archive,
name = "com_github_grpc_grpc",
sha256 = "5071b630e2a14707ad060636990f1b25b0984bd168c7ea1ab95e48a3bdc0081f",
strip_prefix = "grpc-1.49.1",
sha256 = "320366665d19027cda87b2368c03939006a37e0388bfd1091c8d2a96fbc93bd8",
strip_prefix = "grpc-1.48.1",
urls = [
"https:/grpc/grpc/archive/v1.49.1.tar.gz",
"https:/grpc/grpc/archive/v1.48.1.tar.gz",
],
)

Expand Down

0 comments on commit 21ced21

Please sign in to comment.