Skip to content

Commit e92b654

Browse files
committed
bazel: bump docs and deps
new docs with reports scan
1 parent 9366cab commit e92b654

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

MODULE.bazel

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,27 @@ bazel_dep(name = "platforms", version = "1.0.0")
8787
## S-CORE bazel registry
8888
bazel_dep(name = "score_baselibs", version = "0.1.2")
8989
bazel_dep(name = "score_bazel_platforms", version = "0.0.2")
90-
bazel_dep(name = "score_docs_as_code", version = "2.2.0")
90+
bazel_dep(name = "score_docs_as_code", version = "2.3.3")
91+
git_override(
92+
module_name = "score_docs_as_code",
93+
commit = "f784d4370240cc0eafce779e5c317f6bf8988fb2",
94+
remote = "https://github.com/eclipse-score/docs-as-code.git",
95+
)
9196

9297
bazel_dep(name = "score_platform", version = "0.5.2", dev_dependency = True)
98+
git_override(
99+
module_name = "score_platform",
100+
commit = "10a944aceb5d2790e67a965fc4c2d063c95b3347",
101+
remote = "https://github.com/eclipse-score/score.git",
102+
)
103+
104+
bazel_dep(name = "score_process", version = "1.4.2")
105+
git_override(
106+
module_name = "score_process",
107+
commit = "da05640b35e35ad050bd4fcec2b66ad35e963841",
108+
remote = "https://github.com/eclipse-score/process_description.git",
109+
)
93110

94-
bazel_dep(name = "score_process", version = "1.3.2")
95111
bazel_dep(name = "score_python_basics", version = "0.3.4")
96112
bazel_dep(name = "score_tooling", version = "1.0.3")
97113

0 commit comments

Comments
 (0)