Skip to content

Commit

Permalink
Update rules_swift (#2239)
Browse files Browse the repository at this point in the history
This includes initial visionOS support
  • Loading branch information
keith authored Sep 7, 2023
1 parent bbe126e commit 47d794e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module(
bazel_dep(name = "apple_support", version = "1.9.0", repo_name = "build_bazel_apple_support")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "rules_swift", version = "1.10.1", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "rules_swift", version = "1.11.0", repo_name = "build_bazel_rules_swift")

non_module_deps = use_extension("//apple:extensions.bzl", "non_module_deps")
use_repo(
Expand Down
4 changes: 2 additions & 2 deletions apple/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def apple_rules_dependencies(ignore_version_differences = False, include_bzlmod_
_maybe(
http_archive,
name = "build_bazel_rules_swift",
sha256 = "b1de723ff0dc433ac4ddfc6a7e8635bd4fb10c44d42d20a433de854196777f3d",
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.10.1/rules_swift.1.10.1.tar.gz",
sha256 = "f7ab777e1b246cebed185417bffd93135be806e45248c57fd34e0f676bfb1c65",
url = "https://github.com/bazelbuild/rules_swift/releases/download/1.11.0/rules_swift.1.11.0.tar.gz",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit 47d794e

Please sign in to comment.