Skip to content

Commit

Permalink
chore: bzlmod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Mar 13, 2024
1 parent 745d7e3 commit be0647a
Show file tree
Hide file tree
Showing 6 changed files with 8,839 additions and 68 deletions.
10 changes: 9 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ module(
compatibility_level = 5,
)

bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "abseil-cpp", version = "20230802.0")
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)

git_override(
module_name = "hedron_compile_commands",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
)

Loading

0 comments on commit be0647a

Please # to comment.