File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ load("@//:python_system.bzl", "python_repo")
55
66http_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
1212http_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
4242http_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
You can’t perform that action at this time.
0 commit comments