Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,8 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
#
###############################################################################
bazel_dep(name = "aspect_rules_lint", version = "1.5.3")
bazel_dep(name = "score_tooling", version = "1.1.0")
bazel_dep(name = "score_tooling", version = "1.2.0")
bazel_dep(name = "score_docs_as_code", version = "3.0.1")

git_override(
module_name = "score_tooling",
commit = "58581abf75b321defbb53ffbad3b65e7f62b5082",
remote = "https://github.com/etas-contrib/score_tooling.git",
)

git_override(
module_name = "score_docs_as_code",
commit = "21640ab325b3aae147ba4e3e8b5e7ab89fc2e8f5",
Expand Down
Loading