Skip to content

Commit 28d97a9

Browse files
authored
Increase max compatibility level for rules_swift to 2 (#882)
This is required to support both rules_swift 1.x and 2.x
1 parent 52d1f18 commit 28d97a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MODULE.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ bazel_dep(
3232
bazel_dep(
3333
name = "rules_swift",
3434
version = "1.18.0",
35+
max_compatibility_level = 2,
3536
repo_name = "build_bazel_rules_swift",
3637
)
3738
bazel_dep(

0 commit comments

Comments
 (0)