Skip to content

Commit d7a12c1

Browse files
authored
Update WORKSPACE
1 parent 7f1cecb commit d7a12c1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

WORKSPACE

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@ load("@//:python_system.bzl", "python_repo")
66
http_archive(
77
name = "com_google_googletest",
88
strip_prefix = "googletest-main",
9-
urls = ["https://github.com/google/googletest/archive/main.zip"],
9+
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.13.0.zip"],
1010
)
1111

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

1818
http_archive(
1919
name = "rules_cc",
2020
strip_prefix = "rules_cc-main",
21-
urls = ["https://github.com/bazelbuild/rules_cc/archive/main.zip"],
21+
urls = ["https://github.com/bazelbuild/rules_cc/archive/refs/tags/0.0.8.zip"],
2222
)
2323

2424
http_archive(
2525
name = "rules_python",
2626
strip_prefix = "rules_python-main",
27-
url = "https://github.com/bazelbuild/rules_python/archive/main.zip",
27+
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.23.0.zip",
2828
)
2929

3030
http_archive(
3131
name = "bazel_skylib",
3232
strip_prefix = "bazel-skylib-main",
33-
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/main.zip"],
33+
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.4.2.zip"],
3434
)
3535

3636
http_archive(
3737
name = "com_google_absl",
3838
strip_prefix = "abseil-cpp-master",
39-
urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"],
39+
urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.zip"],
4040
)
4141

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

4848
http_archive(
@@ -119,14 +119,14 @@ http_archive(
119119
name = "tree_archive",
120120
build_file = "@//bazel:tree.BUILD",
121121
strip_prefix = "tree-master",
122-
urls = ["https://github.com/deepmind/tree/archive/master.zip"],
122+
urls = ["https://github.com/google-deepmind/tree/archive/refs/tags/0.1.8.zip"],
123123
)
124124

125125
http_archive(
126126
name = "pybind11_archive",
127127
build_file = "@//bazel:pybind11.BUILD",
128128
strip_prefix = "pybind11-master",
129-
urls = ["https://github.com/pybind/pybind11/archive/master.zip"],
129+
urls = ["https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.zip"],
130130
)
131131

132132
http_archive(

0 commit comments

Comments
 (0)