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 69d3996 commit 700534cCopy full SHA for 700534c
tests/WORKSPACE
@@ -205,9 +205,9 @@ http_archive(
205
# As a test dep of com_google_absl.
206
http_archive(
207
name = "com_google_googletest",
208
- sha256 = "7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926",
209
- strip_prefix = "googletest-1.15.2",
210
- urls = ["https://github.com/google/googletest/archive/v1.15.2.tar.gz"],
+ sha256 = "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399",
+ strip_prefix = "googletest-1.16.0",
+ urls = ["https://github.com/google/googletest/archive/v1.16.0.tar.gz"],
211
)
212
213
0 commit comments