Skip to content

Commit aeeb43a

Browse files
authored
Update WORKSPACE
1 parent 61d5feb commit aeeb43a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ load("@//:python_system.bzl", "python_repo")
55

66
http_archive(
77
name = "com_google_googletest",
8-
strip_prefix = "googletest-v1.13.0",
8+
strip_prefix = "googletest-1.13.0",
99
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.13.0.zip"],
1010
)
1111

1212
http_archive(
1313
name = "com_google_benchmark",
14-
strip_prefix = "benchmark-v1.8.2",
14+
strip_prefix = "benchmark-1.8.2",
1515
urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.8.2.zip"],
1616
)
1717

@@ -41,7 +41,7 @@ http_archive(
4141

4242
http_archive(
4343
name = "com_google_absl_py",
44-
strip_prefix = "abseil-py-v1.4.0",
44+
strip_prefix = "abseil-py-1.4.0",
4545
urls = ["https://github.com/abseil/abseil-py/archive/refs/tags/v1.4.0.zip"],
4646
)
4747

0 commit comments

Comments
 (0)