Skip to content

Commit dc5bac3

Browse files
committed
Fix collection error
Use docs-as-code revisision with short-term fix for #305
1 parent 3f06577 commit dc5bac3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

score_modules.MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ single_version_override(
6060
)
6161

6262
bazel_dep(name = "score_docs_as_code", version = "2.0.1")
63-
single_version_override(
63+
git_override( # until 2.0.3 or higher is released
6464
module_name = "score_docs_as_code",
65-
version = "2.0.1",
65+
remote = "https://github.com/eclipse-score/docs-as-code",
66+
commit = "7e747c91521417c56289eb33b55c33dd1f8e9c77",
6667
)
6768

6869

0 commit comments

Comments
 (0)