diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-06-04 21:59:48 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-06-04 21:59:48 +0200 |
commit | 19e2164441f18387cbfcacecc74170a3b0535387 (patch) | |
tree | a7f75eee2874b89570dd8c4c7bc32f803dec42b7 /MODULE.bazel | |
parent | b8a87223bb70fccc47ba0f9c96b3f58de6e1e5bd (diff) |
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 6c224af..8d856b3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -11,12 +11,7 @@ bazel_dep(name = "rules_cc", version = "0.1.1") cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure_extension") use_repo(cc_configure, "local_config_cc") -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 = "4f28899228fb3ad0126897876f147ca15026151e", -) +bazel_dep(name = "hedron_compile_commands", version = "0.1.0", dev_dependency = True) bazel_dep(name = "rules_python", version = "1.3.0") python = use_extension("@rules_python//python/extensions:python.bzl", "python") |