Skip to content

Commit 50b5b54

Browse files
committed
chore: fix deps version
1 parent e2f285f commit 50b5b54

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

WORKSPACE.bazel

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ hedron_compile_commands_setup()
1313
git_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

2619
git_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

3333
git_repository(

0 commit comments

Comments
 (0)