We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7973f6 commit 16a3b16Copy full SHA for 16a3b16
MODULE.bazel
@@ -13,7 +13,7 @@
13
14
module(
15
name = "score_process",
16
- version = "1.0.4",
+ version = "1.1.0",
17
compatibility_level = 1,
18
)
19
@@ -53,9 +53,9 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
53
bazel_dep(name = "aspect_rules_lint", version = "1.4.4")
54
55
# Provides, pytest & venv
56
-bazel_dep(name = "score_python_basics", version = "0.3.2")
+bazel_dep(name = "score_python_basics", version = "0.3.3")
57
58
# Checker rule for CopyRight checks/fixes
59
-bazel_dep(name = "score_cr_checker", version = "0.2.2")
+bazel_dep(name = "score_cr_checker", version = "0.3.1")
60
bazel_dep(name = "score_format_checker", version = "0.1.1")
61
bazel_dep(name = "score_docs_as_code", version = "0.4.4")
0 commit comments