In the PR to switch / update to the score_tooling module (see https://github.com/eclipse-score/persistency/pull/155/files#diff-6136fc12446089c3db7360e923203dd114b6a1466252e71667c6791c20fe6bdcR75) it is needed to also specify / provide the implicit dependencies: ``` bazel_dep(name = "aspect_rules_lint", version = "1.10.2", dev_dependency = True) bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2", dev_dependency = True) ``` they should be defined in the module as such and come automatically.