Skip to content

Commit 18c68f3

Browse files
authored
Update version of Googletest to latest (#741)
1 parent 075c9eb commit 18c68f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ http_archive(
1111

1212
http_archive(
1313
name = "com_google_googletest",
14-
sha256 = "ab78fa3f912d44d38b785ec011a25f26512aaedc5291f51f3807c592b506d33a",
15-
strip_prefix = "googletest-58d77fa8070e8cec2dc1ed015d66b454c8d78850",
16-
url = "https://github.com/google/googletest/archive/58d77fa8070e8cec2dc1ed015d66b454c8d78850.zip",
14+
sha256 = "40d4ec942217dcc84a9ebe2a68584ada7d4a33a8ee958755763278ea1c5e18ff",
15+
strip_prefix = "googletest-1.17.0",
16+
url = "https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip",
1717
)
1818

1919
# Required for testing compatibility with TF Quantum:

0 commit comments

Comments
 (0)