Skip to content

Commit

Permalink
Update opentelemetry-proto for bazel build to 0.9.0 (#984)
Browse files Browse the repository at this point in the history
* Update opentelemetry-proto for bazel build to 0.9.0

* Update file hash

Co-authored-by: Lalit Kumar Bhasin <[email protected]>
  • Loading branch information
ThomsonTan and lalitb authored Sep 21, 2021
1 parent 82cf0f4 commit 0500d6d
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 @@ -54,10 +54,10 @@ def opentelemetry_cpp_deps():
http_archive,
name = "com_github_opentelemetry_proto",
build_file = "@io_opentelemetry_cpp//bazel:opentelemetry_proto.BUILD",
sha256 = "08f090570e0a112bfae276ba37e9c45bf724b64d902a7a001db33123b840ebd6",
strip_prefix = "opentelemetry-proto-0.6.0",
sha256 = "9ec38ab51eedbd7601979b0eda962cf37bc8a4dc35fcef604801e463f01dcc00",
strip_prefix = "opentelemetry-proto-0.9.0",
urls = [
"https://github.com/open-telemetry/opentelemetry-proto/archive/v0.6.0.tar.gz",
"https://github.com/open-telemetry/opentelemetry-proto/archive/v0.9.0.tar.gz",
],
)

Expand Down

0 comments on commit 0500d6d

Please sign in to comment.