Skip to content
Merged
Changes from all 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
6 changes: 4 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module(
name = "score_docs_as_code",
version = "2.0.1",
version = "2.0.2",
compatibility_level = 2,
)

Expand Down Expand Up @@ -97,7 +97,9 @@ http_file(
# Checker rule for CopyRight checks/fixes

# docs dependency
bazel_dep(name = "score_process", version = "1.2.0")
# Note: requirements were last aligned with 1.2.0,
# the switch to 1.3.1 is purely to drop the dependency on docs-as-code 1.x.
bazel_dep(name = "score_process", version = "1.3.1")

# Add Linter
bazel_dep(name = "rules_multitool", version = "1.9.0")
Expand Down
Loading