We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb52c96 commit df4e6a3Copy full SHA for df4e6a3
1 file changed
MODULE.bazel
@@ -13,7 +13,7 @@
13
14
module(
15
name = "score_docs_as_code",
16
- version = "2.0.1",
+ version = "2.0.2",
17
compatibility_level = 2,
18
)
19
@@ -97,7 +97,9 @@ http_file(
97
# Checker rule for CopyRight checks/fixes
98
99
# docs dependency
100
-bazel_dep(name = "score_process", version = "1.2.0")
+# 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")
103
104
# Add Linter
105
bazel_dep(name = "rules_multitool", version = "1.9.0")
0 commit comments