Skip to content

Commit 204d48b

Browse files
drop score (platform) dependency (#45)
1 parent f064b49 commit 204d48b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

MODULE.bazel

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

1414
module(
1515
name = "score_process",
16-
version = "1.0.1",
16+
version = "1.0.2",
1717
compatibility_level = 1,
1818
)
1919

@@ -22,7 +22,7 @@ module(
2222
# Packaging dependencies
2323
#
2424
###############################################################################
25-
bazel_dep(name = "rules_pkg", version = "1.0.1")
25+
bazel_dep(name = "rules_pkg", version = "1.1.0")
2626

2727
###############################################################################
2828
#
@@ -43,20 +43,19 @@ use_repo(python)
4343

4444
# Additional Python rules provided by aspect, e.g. an improved version of
4545
bazel_dep(name = "aspect_rules_py", version = "1.4.0")
46-
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
46+
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
4747

4848
###############################################################################
4949
#
5050
# Generic linting and formatting rules
5151
#
5252
###############################################################################
53-
bazel_dep(name = "aspect_rules_lint", version = "1.4.2")
53+
bazel_dep(name = "aspect_rules_lint", version = "1.4.4")
5454

5555
# Provides, pytest & venv
5656
bazel_dep(name = "score_python_basics", version = "0.3.2")
5757

5858
# Checker rule for CopyRight checks/fixes
5959
bazel_dep(name = "score_cr_checker", version = "0.2.2")
6060
bazel_dep(name = "score_format_checker", version = "0.1.1")
61-
bazel_dep(name = "score_platform", version = "0.1.1")
62-
bazel_dep(name = "score_docs_as_code", version = "0.3.2")
61+
bazel_dep(name = "score_docs_as_code", version = "0.3.3")

0 commit comments

Comments
 (0)