Skip to content

Commit

Permalink
Bazel: support rules_swift 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Jun 29, 2024
1 parent 9234124 commit 73d3354
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
@@ -5,7 +5,7 @@ module(
)

bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift", max_compatibility_level = 2)

bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True)
bazel_dep(name = "rules_apple", version = "3.5.1", dev_dependency = True)

0 comments on commit 73d3354

Please sign in to comment.