Skip to content

Commit df4e6a3

Browse files
Bump version to 2.0.2 and update score_process dependency to 1.3.1 (#301)
1 parent bb52c96 commit df4e6a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MODULE.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_docs_as_code",
16-
version = "2.0.1",
16+
version = "2.0.2",
1717
compatibility_level = 2,
1818
)
1919

@@ -97,7 +97,9 @@ http_file(
9797
# Checker rule for CopyRight checks/fixes
9898

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

102104
# Add Linter
103105
bazel_dep(name = "rules_multitool", version = "1.9.0")

0 commit comments

Comments
 (0)