Skip to content

Commit 167a225

Browse files
dinordcopybara-github
authored andcommitted
googletest: Update absl to version with HasAbslStringify
abseil/abseil-cpp@9e1789f PiperOrigin-RevId: 567324946 Change-Id: I8adc5803a81075a635dad79aa0312d4455e1ad63
1 parent adc5145 commit 167a225

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

googletest_deps.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def googletest_deps():
1515

1616
if not native.existing_rule("com_google_absl"):
1717
http_archive(
18-
name = "com_google_absl", # 2023-08-01T14:59:13Z
19-
sha256 = "d2c09bf3b3aba57ad87a56082020bee2948445407756e92ddaf3595396086853",
20-
strip_prefix = "abseil-cpp-22091f4c0d6626b3ef40446ce3d4ccab19425ca3",
21-
urls = ["https://github.com/abseil/abseil-cpp/archive/22091f4c0d6626b3ef40446ce3d4ccab19425ca3.zip"],
18+
name = "com_google_absl", # 2023-09-13T14:58:42Z
19+
sha256 = "7766815ef6293dc7bca58fef59a96d7d3230874412dcd36dafb0e313ed1356f2",
20+
strip_prefix = "abseil-cpp-9e1789ffea47fdeb3133aa42aa9592f3673fb6ed",
21+
urls = ["https://github.com/abseil/abseil-cpp/archive/9e1789ffea47fdeb3133aa42aa9592f3673fb6ed.zip"],
2222
)

0 commit comments

Comments
 (0)