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 1337e25 commit a588bf4Copy full SHA for a588bf4
WORKSPACE.bzlmod
@@ -834,10 +834,10 @@ scalatest_toolchain()
834
# needed for cpp tests
835
http_archive(
836
name = "com_google_absl",
837
- sha256 = "7c11539617af1f332f0854a6fb21e296a1b29c27d03f23c7b49d4adefcd102cc",
838
- strip_prefix = "abseil-cpp-20230802.2",
+ sha256 = "733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc",
+ strip_prefix = "abseil-cpp-20240116.2",
839
urls = [
840
- "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.2.tar.gz",
+ "https://github.com/abseil/abseil-cpp/archive/refs/tags/20240116.2.tar.gz",
841
],
842
)
843
0 commit comments