Skip to content

Commit

Permalink
Update apple_support (#2308)
Browse files Browse the repository at this point in the history
This is mainly for WORKSPACE users, since Bzlmod users will get the
updated version from the rules_swift dep.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Oct 19, 2023
1 parent c544011 commit d5d6d58
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 @@ -6,7 +6,7 @@ module(
repo_name = "build_bazel_rules_apple",
)

bazel_dep(name = "apple_support", version = "1.11.0", repo_name = "build_bazel_apple_support")
bazel_dep(name = "apple_support", version = "1.11.1", 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.13.0", repo_name = "build_bazel_rules_swift")
Expand Down
4 changes: 2 additions & 2 deletions apple/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def apple_rules_dependencies(ignore_version_differences = False, include_bzlmod_
_maybe(
http_archive,
name = "build_bazel_apple_support",
sha256 = "469116ac70f0aa15e3ca583749c69ab3c3f062ca55f32166e1133db015f38e20",
url = "https://github.com/bazelbuild/apple_support/releases/download/1.11.0/apple_support.1.11.0.tar.gz",
sha256 = "cf4d63f39c7ba9059f70e995bf5fe1019267d3f77379c2028561a5d7645ef67c",
url = "https://github.com/bazelbuild/apple_support/releases/download/1.11.1/apple_support.1.11.1.tar.gz",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit d5d6d58

Please sign in to comment.