Skip to content

Commit be0647a

Browse files
committed
chore: bzlmod updates
1 parent 745d7e3 commit be0647a

File tree

6 files changed

+8839
-68
lines changed

6 files changed

+8839
-68
lines changed

MODULE.bazel

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ module(
44
compatibility_level = 5,
55
)
66

7-
bazel_dep(name = "rules_cc", version = "0.0.8")
7+
bazel_dep(name = "rules_cc", version = "0.0.9")
88
bazel_dep(name = "platforms", version = "0.0.7")
99
bazel_dep(name = "bazel_skylib", version = "1.4.2")
1010
bazel_dep(name = "googletest", version = "1.14.0")
1111
bazel_dep(name = "abseil-cpp", version = "20230802.0")
1212
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
1313
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
14+
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
15+
16+
git_override(
17+
module_name = "hedron_compile_commands",
18+
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
19+
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
20+
)
21+

0 commit comments

Comments
 (0)