We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075c9eb commit 18c68f3Copy full SHA for 18c68f3
1 file changed
WORKSPACE
@@ -11,9 +11,9 @@ http_archive(
11
12
http_archive(
13
name = "com_google_googletest",
14
- sha256 = "ab78fa3f912d44d38b785ec011a25f26512aaedc5291f51f3807c592b506d33a",
15
- strip_prefix = "googletest-58d77fa8070e8cec2dc1ed015d66b454c8d78850",
16
- url = "https://github.com/google/googletest/archive/58d77fa8070e8cec2dc1ed015d66b454c8d78850.zip",
+ sha256 = "40d4ec942217dcc84a9ebe2a68584ada7d4a33a8ee958755763278ea1c5e18ff",
+ strip_prefix = "googletest-1.17.0",
+ url = "https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip",
17
)
18
19
# Required for testing compatibility with TF Quantum:
0 commit comments