Skip to content

Commit

Permalink
upgrade bazel proto
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo committed Mar 26, 2022
1 parent d43738b commit b9fc212
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 @@ -74,10 +74,10 @@ def opentelemetry_cpp_deps():
http_archive,
name = "com_github_opentelemetry_proto",
build_file = "@io_opentelemetry_cpp//bazel:opentelemetry_proto.BUILD",
sha256 = "985367f8905e91018e636cbf0d83ab3f834b665c4f5899a27d10cae9657710e2",
strip_prefix = "opentelemetry-proto-0.11.0",
sha256 = "893fc2134fb639d3ebf6982189e677d6da6f350d7ebbb85871e47ef9a21db37b",
strip_prefix = "opentelemetry-proto-0.15.0",
urls = [
"https://github.com/open-telemetry/opentelemetry-proto/archive/v0.11.0.tar.gz",
"https://github.com/open-telemetry/opentelemetry-proto/archive/v0.15.0.tar.gz",
],
)

Expand Down

0 comments on commit b9fc212

Please sign in to comment.