Skip to content

Commit

Permalink
Increase max compatibility level for rules_swift to 2 (#882)
Browse files Browse the repository at this point in the history
This is required to support both rules_swift 1.x and 2.x
  • Loading branch information
luispadron authored Jul 9, 2024
1 parent 52d1f18 commit 28d97a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ bazel_dep(
bazel_dep(
name = "rules_swift",
version = "1.18.0",
max_compatibility_level = 2,
repo_name = "build_bazel_rules_swift",
)
bazel_dep(
Expand Down

0 comments on commit 28d97a9

Please sign in to comment.