We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21afe60 commit 7a7d9b0Copy full SHA for 7a7d9b0
bazel/google_cloud_cpp_deps.bzl
@@ -51,11 +51,11 @@ def google_cloud_cpp_deps():
51
if "com_google_absl" not in native.existing_rules():
52
http_archive(
53
name = "com_google_absl",
54
- strip_prefix = "abseil-cpp-20220623.0",
+ strip_prefix = "abseil-cpp-20220623.1",
55
urls = [
56
- "https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz",
+ "https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz",
57
],
58
- sha256 = "4208129b49006089ba1d6710845a45e31c59b0ab6bff9e5788a87f55c5abd602",
+ sha256 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8",
59
)
60
61
# Load a version of googletest that we know works.
0 commit comments