Skip to content

Commit

Permalink
Set rules_swift max_compatibility_level to 2 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkerber authored Jul 12, 2024
1 parent 599df87 commit 027a8c5
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 @@ -19,6 +19,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 027a8c5

Please sign in to comment.