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 7293e7f commit 2441322Copy full SHA for 2441322
bazel/repositories.bzl
@@ -99,9 +99,9 @@ def proxy_wasm_cpp_host_repositories():
99
maybe(
100
http_archive,
101
name = "com_google_absl",
102
- sha256 = "987ce98f02eefbaf930d6e38ab16aa05737234d7afbab2d5c4ea7adbe50c28ed",
103
- strip_prefix = "abseil-cpp-20230802.1",
104
- urls = ["https://github.com/abseil/abseil-cpp/archive/20230802.1.tar.gz"],
+ sha256 = "733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc",
+ strip_prefix = "abseil-cpp-20240116.2",
+ urls = ["https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz"],
105
)
106
107
0 commit comments