Skip to content

Commit 6a156b8

Browse files
committed
MODULE.bazel: Add aspect_bazel_lib
CMK-22333 Change-Id: I976bffdd20868b26fa057118d9e8e484c62d1a06
1 parent 047416a commit 6a156b8

File tree

2 files changed

+6
-469
lines changed

2 files changed

+6
-469
lines changed

MODULE.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_
33
new_local_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:local.bzl", "new_local_repository")
44
repo_license = use_repo_rule("//bazel/rules:repo_license.bzl", "detect_repo_license")
55

6+
bazel_dep(name = "aspect_bazel_lib", version = "2.14.0")
67
bazel_dep(name = "aspect_rules_lint", version = "1.2.0")
78
bazel_dep(name = "aspect_rules_py", version = "0.7.4")
89
bazel_dep(name = "bazel_clang_tidy", dev_dependency = True)

0 commit comments

Comments
 (0)