Skip to content

Commit

Permalink
Update MODULE.bazel for 5.10 to support rules_swift 2.x+
Browse files Browse the repository at this point in the history
This is required to support rules_swift 2.x on the 5.10 releases. The `main` branch already contains this change so it should go out with the version 6 releases
  • Loading branch information
luispadron authored Jul 30, 2024
1 parent 303e5c5 commit 7c5f70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ module(
)

bazel_dep(name = "rules_swift", version = "1.16.0", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")
bazel_dep(name = "apple_support", version = "1.18.0", max_compatibility_level = 2, repo_name = "build_bazel_apple_support")

0 comments on commit 7c5f70e

Please sign in to comment.