From 4ed086be0a77a624b252f77263e3241b85f5727f Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 4 Jun 2025 21:56:05 +0200 Subject: Use 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 46b251c..8389249 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 = "sdl3_windows", version = "3.2.6") bazel_dep(name = "asl", version = "0.4.0") -- cgit