Skip to content

Commit e289781

Browse files
authored
chore: be explicit that we require bazel 6.5.0 (#1160)
Attempting to use this repo with bazel 6.4.1 results in: ``` ERROR: https://bcr.bazel.build/modules/rules_jvm_external/6.1/MODULE.bazel:89:13: name 'use_repo_rule' is not defined ERROR: Error computing the main repository mapping: in module dependency chain <root> -> [email protected] -> [email protected] -> [email protected]: error executing MODULE.bazel file for [email protected] ``` Document the minimum requirement of bazel 6.5.0. This is already configured in the CI matrix.
1 parent fe04e7b commit e289781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module(
44
name = "aspect_bazel_lib",
5-
bazel_compatibility = [">=6.0.0"],
5+
bazel_compatibility = [">=6.5.0"],
66
compatibility_level = 1,
77
)
88

0 commit comments

Comments
 (0)