From e36ad6a8c682dda7b98a9a60fe7d89ba1269ecd4 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Tue, 16 Jun 2026 10:01:07 +0200 Subject: [PATCH] chore(deps): bump process to 1.6.0 no lockfile update, as process 1.6.0 is not released yet --- MODULE.bazel | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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")