Skip to content

Commit

Permalink
https://github.com/bazelbuild/bazel/pull/19345/files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamison-lahman-ai committed May 22, 2024
1 parent c614596 commit 0edbaf5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -229,17 +229,16 @@ DIST_DEPS = {
],
},
"com_google_absl": {
"archive": "20211102.0.tar.gz",
"sha256": "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4",
"archive": "20230802.0",
"sha256": "59d2976af9d6ecf001a81a35749a6e551a335b949d34918cfade07737b9d93c5",
"urls": [
"https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.0.tar.gz",
],
"used_in": [
"additional_distfiles",
"test_WORKSPACE_files",
],
"strip_prefix": "abseil-cpp-20211102.0",
"strip_prefix": "abseil-cpp-20230802.0",
},
"zstd-jni": {
"archive": "v1.5.2-3.zip",
Expand Down

0 comments on commit 0edbaf5

Please sign in to comment.