summaryrefslogtreecommitdiff
path: root/MODULE.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-06-04 21:56:05 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-06-04 21:56:05 +0200
commit4ed086be0a77a624b252f77263e3241b85f5727f (patch)
tree3423ab298383a60cab719e92691b94101a2d0306 /MODULE.bazel
parent7ec394db8961009e6ac23fea909f8353d865f7a3 (diff)
Use 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 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")