diff --git a/MODULE.bazel b/MODULE.bazel index 18dbdc786..3881f894f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -100,12 +100,7 @@ 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")