@@ -5,19 +5,19 @@ load("@//:python_system.bzl", "python_repo")
55
66http_archive (
77 name = "com_google_googletest" ,
8- strip_prefix = "googletest-main " ,
8+ strip_prefix = "googletest-v1.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-main " ,
14+ strip_prefix = "benchmark-v1.8.2 " ,
1515 urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.8.2.zip" ],
1616)
1717
1818http_archive (
1919 name = "rules_cc" ,
20- strip_prefix = "rules_cc-main " ,
20+ strip_prefix = "rules_cc-0.0.8 " ,
2121 urls = ["https://github.com/bazelbuild/rules_cc/archive/refs/tags/0.0.8.zip" ],
2222)
2323
@@ -29,7 +29,7 @@ http_archive(
2929
3030http_archive (
3131 name = "bazel_skylib" ,
32- strip_prefix = "bazel-skylib-main " ,
32+ strip_prefix = "bazel-skylib-1.4.2 " ,
3333 urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.4.2.zip" ],
3434)
3535
@@ -41,7 +41,7 @@ http_archive(
4141
4242http_archive (
4343 name = "com_google_absl_py" ,
44- strip_prefix = "abseil-py-main " ,
44+ strip_prefix = "abseil-py-v1.4.0 " ,
4545 urls = ["https://github.com/abseil/abseil-py/archive/refs/tags/v1.4.0.zip" ],
4646)
4747
@@ -118,14 +118,14 @@ http_archive(
118118http_archive (
119119 name = "tree_archive" ,
120120 build_file = "@//bazel:tree.BUILD" ,
121- strip_prefix = "tree-master " ,
121+ strip_prefix = "tree-0.1.8 " ,
122122 urls = ["https://github.com/google-deepmind/tree/archive/refs/tags/0.1.8.zip" ],
123123)
124124
125125http_archive (
126126 name = "pybind11_archive" ,
127127 build_file = "@//bazel:pybind11.BUILD" ,
128- strip_prefix = "pybind11-master " ,
128+ strip_prefix = "pybind11-2.11.1 " ,
129129 urls = ["https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.zip" ],
130130)
131131
0 commit comments