Skip to content

Commit

Permalink
Bump bzlmod to rules_swift 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Jan 13, 2023
1 parent 512f4b3 commit b737378
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
Expand Up @@ -5,7 +5,7 @@ module(
compatibility_level = 1,
)
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_swift", version = "1.5.0", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "rules_swift", version = "1.5.1", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "rules_apple", version = "2.0.0", repo_name = "build_bazel_rules_apple")

non_module_deps = use_extension("//xcodeproj:extensions.bzl", "non_module_deps")
Expand Down

0 comments on commit b737378

Please sign in to comment.