diff --git a/MODULE.bazel b/MODULE.bazel index 35f313bd2..6cda922dd 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -69,12 +69,6 @@ http_file( urls = ["https://github.com/withered-magic/starpls/releases/download/v0.1.21/starpls-linux-amd64"], ) -bazel_dep(name = "score_process", version = "1.5.4") -git_override( - module_name = "score_process", - commit = "0113471d1dbb58d0890dae2569b18af69cd2025f", - remote = "https://github.com/eclipse-score/process_description.git", -) - +bazel_dep(name = "score_process", version = "1.6.0") # Provide the tools from the devcontainer to Bazel bazel_dep(name = "score_devcontainer", version = "1.7.0")