From 1201bc64259de4cf4094b98ef832bfd76559262b Mon Sep 17 00:00:00 2001 From: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:32:53 +0200 Subject: [PATCH 1/2] docs: uplifted version uplifted process version to 1.4.3. Removed git_override Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com> --- MODULE.bazel | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 18dbdc786..1dc603a1e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -100,12 +100,8 @@ http_file( # docs dependency # 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.4.2") -git_override( - module_name = "score_process", - commit = "43b3a13eae17f2e539fb8cca2beedb69717b2e12", - remote = "https://github.com/eclipse-score/process_description.git", -) +bazel_dep(name = "score_process", version = "1.4.3") + # Add Linter bazel_dep(name = "rules_multitool", version = "1.9.0") From fb6557d5e87f995a27dbd04344d257cd907a9fb2 Mon Sep 17 00:00:00 2001 From: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:43:40 +0200 Subject: [PATCH 2/2] format: fix fix formatting issues Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com> --- MODULE.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 1dc603a1e..3881f894f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -102,7 +102,6 @@ http_file( # 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.4.3") - # Add Linter bazel_dep(name = "rules_multitool", version = "1.9.0") bazel_dep(name = "score_tooling", version = "1.1.1")