Skip to content

Commit

Permalink
Update apple_support and rules_swift (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
thii authored Sep 16, 2022
1 parent 66861e2 commit 3466979
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 = "d94b7a0f49d735f196e1f36d2e6ef79c4e8e8b82132848dd8cd93cd82d9b12a8",
sha256 = "f4fdf5c9b42b92ea12f229b265d74bb8cedb8208ca7a445b383c9f866cf53392",
urls = [
"https://github.com/bazelbuild/apple_support/releases/download/1.3.0/apple_support.1.3.0.tar.gz",
"https://github.com/bazelbuild/apple_support/releases/download/1.3.1/apple_support.1.3.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/1.1.1/rules_swift.1.1.1.tar.gz",
"https://github.com/bazelbuild/rules_swift/releases/download/1.2.0/rules_swift.1.2.0.tar.gz",
],
sha256 = "043897b483781cfd6cbd521569bfee339c8fbb2ad0f0bdcd1b3749523a262cf4",
sha256 = "51efdaf85e04e51174de76ef563f255451d5a5cd24c61ad902feeadafc7046d9",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit 3466979

Please sign in to comment.