Skip to content

Commit f00fef4

Browse files
cpsauerthomasvl
authored andcommitted
Workaround Bazel 7 issue
bazelbuild/bazel#20537
1 parent 73f7ed8 commit f00fef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ module(
55
)
66

77
bazel_dep(name = "rules_apple", version = "3.1.1", repo_name = "build_bazel_rules_apple")
8+
9+
# Workaround https://github.com/bazelbuild/bazel/issues/20537
10+
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")

0 commit comments

Comments
 (0)