Skip to content

Commit

Permalink
Update apple_support and rules_swift
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jun 17, 2022
1 parent c9ec41b commit 942c243
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 = "5bbce1b2b9a3d4b03c0697687023ef5471578e76f994363c641c5f50ff0c7268",
sha256 = "df317473b5894dd8eb432240d209271ebc83c76bb30c55481374b36ddf1e4fd1",
urls = [
"https://github.com/bazelbuild/apple_support/releases/download/0.13.0/apple_support.0.13.0.tar.gz",
"https://github.com/bazelbuild/apple_support/releases/download/1.0.0/apple_support.1.0.0.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.27.0/rules_swift.0.27.0.tar.gz",
"https://github.com/bazelbuild/rules_swift/releases/download/1.0.0/rules_swift.1.0.0.tar.gz",
],
sha256 = "a2fd565e527f83fb3f9eb07eb9737240e668c9242d3bc318712efa54a7deda97",
sha256 = "12057b7aa904467284eee640de5e33853e51d8e31aae50b3fb25d2823d51c6b8",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit 942c243

Please sign in to comment.