Skip to content

Commit 7c5f70e

Browse files
authored
Update MODULE.bazel for 5.10 to support rules_swift 2.x+
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
1 parent 303e5c5 commit 7c5f70e

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
@@ -5,4 +5,4 @@ module(
55
)
66

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

0 commit comments

Comments
 (0)