From a2167f0ff40169ead5dc29cb7511ce258b490b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20S=C3=B6ren=20Pollak?= Date: Fri, 20 Mar 2026 14:23:16 +0100 Subject: [PATCH 1/2] Add version back to Docs-as-code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Need version for consumer tests & other things to work Signed-off-by: Maximilian Sören Pollak --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index d6f09a742d..b66505d355 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -50,7 +50,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2") ############################################################################### bazel_dep(name = "aspect_rules_lint", version = "1.5.3") bazel_dep(name = "score_tooling", version = "1.1.0") -bazel_dep(name = "score_docs_as_code") +bazel_dep(name = "score_docs_as_code", version="3.0.1") git_override( module_name = "score_tooling", From 3f28ef0aa61b379c724d94e04014a4e51736e0e5 Mon Sep 17 00:00:00 2001 From: MaximilianSoerenPollak Date: Mon, 23 Mar 2026 10:03:44 +0100 Subject: [PATCH 2/2] Formatting --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index b66505d355..653b41c7ad 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -50,7 +50,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2") ############################################################################### bazel_dep(name = "aspect_rules_lint", version = "1.5.3") bazel_dep(name = "score_tooling", version = "1.1.0") -bazel_dep(name = "score_docs_as_code", version="3.0.1") +bazel_dep(name = "score_docs_as_code", version = "3.0.1") git_override( module_name = "score_tooling",