Skip to content

Commit 04c9307

Browse files
committed
chore: Merge branch 'main' of https://github.com/eclipse-score/docs-as-code into feat/generate-sn6-schema-validation
2 parents 5517b36 + f505139 commit 04c9307

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,11 @@ http_file(
100100
# docs dependency
101101
# Note: requirements were last aligned with 1.2.0,
102102
# the switch to 1.3.1 is purely to drop the dependency on docs-as-code 1.x.
103-
bazel_dep(name = "score_process", version = "1.4.2")
104-
git_override(
105-
module_name = "score_process",
106-
commit = "43b3a13eae17f2e539fb8cca2beedb69717b2e12",
107-
remote = "https://github.com/eclipse-score/process_description.git",
108-
)
103+
bazel_dep(name = "score_process", version = "1.4.3")
109104

110105
# Add Linter
111106
bazel_dep(name = "rules_multitool", version = "1.9.0")
112-
bazel_dep(name = "score_tooling", version = "1.1.1")
107+
bazel_dep(name = "score_tooling", version = "1.1.2-RC")
113108

114109
multitool_root = use_extension("@rules_multitool//multitool:extension.bzl", "multitool")
115110
use_repo(multitool_root, "actionlint_hub", "multitool", "ruff_hub", "shellcheck_hub", "yamlfmt_hub")

0 commit comments

Comments
 (0)