Skip to content

Commit 3731119

Browse files
authored
fix: bazel 6 compat
Fixes ``` (20:01:23) ERROR: file:///workdir/modules/rules_jvm_external/6.1/MODULE.bazel:89:13: name 'use_repo_rule' is not defined (20:01:23) ERROR: Error computing the main repository mapping: in module dependency chain <root> -> [email protected] -> [email protected] -> [email protected] -> [email protected]: error executing MODULE.bazel file for [email protected] ``` (see https://buildkite.com/bazel/bcr-presubmit/builds/21599#019a0c7d-da45-4f94-81d4-e52e91091a32)
1 parent 29e8c7d commit 3731119

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
@@ -1,7 +1,7 @@
11
module(name = "bazelrc-preset.bzl")
22

33
# Lower-bound of dependency versions
4-
bazel_dep(name = "bazel_lib", version = "3.0.0-beta.1")
4+
bazel_dep(name = "bazel_lib", version = "3.0.0")
55
bazel_dep(name = "bazel_features", version = "1.0.0")
66
bazel_dep(name = "bazel_skylib", version = "1.8.1")
77

0 commit comments

Comments
 (0)