Skip to content

Commit 6e8c367

Browse files
committed
Add implicit dep for communication
1 parent e1aa1b1 commit 6e8c367

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ download_archive(
6161
urls = ["https://github.com/pboettch/json-schema-validator/archive/refs/tags/2.1.0.tar.gz"],
6262
)
6363

64+
bazel_dep(name = "rules_build_error", version = "0.11.0")
65+
6466
# Implicit dependencies for score_tooling
6567
bazel_dep(name = "aspect_rules_lint", version = "2.3.0")
6668
bazel_dep(name = "buildifier_prebuilt", version = "8.5.1")

0 commit comments

Comments
 (0)