From d31e99c800b5d46da5a728e222eb49912147bdbe Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Wed, 12 Nov 2025 11:16:49 +0100 Subject: [PATCH] Bump version to 2.0.2 and update score_process dependency to 1.3.1 --- MODULE.bazel | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 3f9eeefc..24273cae 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -13,7 +13,7 @@ module( name = "score_docs_as_code", - version = "2.0.1", + version = "2.0.2", compatibility_level = 2, ) @@ -97,7 +97,9 @@ http_file( # Checker rule for CopyRight checks/fixes # docs dependency -bazel_dep(name = "score_process", version = "1.2.0") +# Note: requirements were last aligned with 1.2.0, +# the switch to 1.3.1 is purely to drop the dependency on docs-as-code 1.x. +bazel_dep(name = "score_process", version = "1.3.1") # Add Linter bazel_dep(name = "rules_multitool", version = "1.9.0")