Skip to content

Commit

Permalink
Update rules_swift and apple_support
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jan 22, 2022
1 parent aeeb4da commit aa7e5a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apple/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ def apple_rules_dependencies(ignore_version_differences = False):
_maybe(
http_archive,
name = "build_bazel_apple_support",
sha256 = "76df040ade90836ff5543888d64616e7ba6c3a7b33b916aa3a4b68f342d1b447",
sha256 = "c604b75865c07f45828c7fffd5fdbff81415a9e84a68f71a9c1d8e3b2694e547",
urls = [
"https://github.com/bazelbuild/apple_support/releases/download/0.11.0/apple_support.0.11.0.tar.gz",
"https://github.com/bazelbuild/apple_support/releases/download/0.12.1/apple_support.0.12.1.tar.gz",
],
ignore_version_differences = ignore_version_differences,
)
Expand All @@ -121,9 +121,9 @@ def apple_rules_dependencies(ignore_version_differences = False):
http_archive,
name = "build_bazel_rules_swift",
urls = [
"https://github.com/bazelbuild/rules_swift/releases/download/0.24.0/rules_swift.0.24.0.tar.gz",
"https://github.com/bazelbuild/rules_swift/releases/download/0.25.0/rules_swift.0.25.0.tar.gz",
],
sha256 = "4f167e5dbb49b082c5b7f49ee688630d69fb96f15c84c448faa2e97a5780dbbc",
sha256 = "8a49da750560b185804a4bc95c82d3f9cc4c2caf788960b0e21945759155fdd9",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit aa7e5a5

Please sign in to comment.