From 19e2164441f18387cbfcacecc74170a3b0535387 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 4 Jun 2025 21:59:48 +0200 Subject: Use the new Bazel registry --- MODULE.bazel | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'MODULE.bazel') 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") -- cgit