Skip to content

Commit

Permalink
[core] Upgrade absl to Abseil LTS 20220623.1 (#30667)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cheng <[email protected]>
  • Loading branch information
fishbone authored Nov 28, 2022
1 parent bf0c99c commit 8f3e22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/ray_deps_setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ def ray_deps_setup():
# This is how diamond dependencies are prevented.
auto_http_archive(
name = "com_google_absl",
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz",
sha256 = "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4",
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz",
sha256 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8",
)

# OpenCensus depends on jupp0r/prometheus-cpp
Expand Down

0 comments on commit 8f3e22d

Please sign in to comment.