Skip to content

Commit

Permalink
[BUILD] Upgrade bazel build to use abseil-cpp-20220623.1 (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Nov 16, 2022
1 parent d7a388b commit 8da88df
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():
maybe(
http_archive,
name = "com_google_absl",
sha256 = "dd7db6815204c2a62a2160e32c55e97113b0a0178b2f090d6bab5ce36111db4b",
strip_prefix = "abseil-cpp-20210324.0",
sha256 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8",
strip_prefix = "abseil-cpp-20220623.1",
urls = [
"https:/abseil/abseil-cpp/archive/20210324.0.tar.gz",
"https:/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz",
],
)

Expand Down

0 comments on commit 8da88df

Please sign in to comment.