From e64993d8908a3471501da34cf541359dbcf9835b Mon Sep 17 00:00:00 2001 From: MaximilianSoerenPollak Date: Fri, 13 Feb 2026 09:30:55 +0100 Subject: [PATCH] Increase Tooling version Needed to fix circular dependency broken release once. Will be fixed for next major release (or removed) --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 3881f894..9949a562 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -104,7 +104,7 @@ bazel_dep(name = "score_process", version = "1.4.3") # Add Linter bazel_dep(name = "rules_multitool", version = "1.9.0") -bazel_dep(name = "score_tooling", version = "1.1.1") +bazel_dep(name = "score_tooling", version = "1.1.2-RC") multitool_root = use_extension("@rules_multitool//multitool:extension.bzl", "multitool") use_repo(multitool_root, "actionlint_hub", "multitool", "ruff_hub", "shellcheck_hub", "yamlfmt_hub")