summaryrefslogtreecommitdiff
path: root/MODULE.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-06-04 21:59:48 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-06-04 21:59:48 +0200
commit19e2164441f18387cbfcacecc74170a3b0535387 (patch)
treea7f75eee2874b89570dd8c4c7bc32f803dec42b7 /MODULE.bazel
parentb8a87223bb70fccc47ba0f9c96b3f58de6e1e5bd (diff)
Use the new Bazel registryHEADmain
Diffstat (limited to 'MODULE.bazel')
-rw-r--r--MODULE.bazel7
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")