Skip to content

Commit

Permalink
Workaround Bazel 7 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer authored and thomasvl committed Dec 14, 2023
1 parent 73f7ed8 commit f00fef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ module(
)

bazel_dep(name = "rules_apple", version = "3.1.1", repo_name = "build_bazel_rules_apple")

# Workaround https://github.com/bazelbuild/bazel/issues/20537
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")

0 comments on commit f00fef4

Please sign in to comment.