Skip to content

Commit

Permalink
Bump the absl version to match tensorflow. 2.15.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588415731
Change-Id: Id7ddd939eb0f2267bfce8e3b02161ca2027780db
  • Loading branch information
tfboyd authored and copybara-github committed Dec 6, 2023
1 parent f179b47 commit 56a4e5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reverb/cc/platform/default/repo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,11 @@ def googletest_deps():
def absl_deps():
http_archive(
name = "com_google_absl",
sha256 = "8eeec9382fc0338ef5c60053f3a4b0e0708361375fe51c9e65d0ce46ccfe55a7", # SHARED_ABSL_SHA
strip_prefix = "abseil-cpp-b971ac5250ea8de900eae9f95e06548d14cd95fe",
sha256 = "0320586856674d16b0b7a4d4afb22151bdc798490bb7f295eddd8f6a62b46fea", # SHARED_ABSL_SHA
strip_prefix = "abseil-cpp-fb3621f4f897824c0dbe0615fa94543df6192f30",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/abseil/abseil-cpp/archive/b971ac5250ea8de900eae9f95e06548d14cd95fe.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/b971ac5250ea8de900eae9f95e06548d14cd95fe.tar.gz",
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/abseil/abseil-cpp/archive/fb3621f4f897824c0dbe0615fa94543df6192f30.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/fb3621f4f897824c0dbe0615fa94543df6192f30.tar.gz",
],
)

Expand Down

0 comments on commit 56a4e5a

Please sign in to comment.