File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ hedron_compile_commands_setup()
1313git_repository (
1414 name = "bazel_build_files" ,
1515 remote = "https://github.com/Dup4/bazel-build-files.git" ,
16- tag = "v0.0.1" ,
17- )
18-
19- git_repository (
20- name = "google_benchmark" ,
21- branch = "main" ,
22- build_file = "@bazel_build_files//google-benchmark:BUILD.bazel" ,
23- remote = "https://github.com/google/benchmark.git" ,
16+ tag = "v0.0.3" ,
2417)
2518
2619git_repository (
2720 name = "gtest" ,
28- branch = "main" ,
2921 build_file = "@bazel_build_files//gtest:BUILD.bazel" ,
3022 remote = "https://github.com/google/googletest.git" ,
23+ tag = "v1.13.0" ,
24+ )
25+
26+ git_repository (
27+ name = "google_benchmark" ,
28+ build_file = "@bazel_build_files//google-benchmark:BUILD.bazel" ,
29+ remote = "https://github.com/google/benchmark.git" ,
30+ tag = "v1.7.0" ,
3131)
3232
3333git_repository (
You can’t perform that action at this time.
0 commit comments