Skip to content

Commit

Permalink
Update apple_support to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Apr 7, 2021
1 parent f81fa6f commit 006a981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swift/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ def swift_rules_dependencies():
http_archive,
name = "build_bazel_apple_support",
urls = [
"https://github.com/bazelbuild/apple_support/releases/download/0.9.2/apple_support.0.9.2.tar.gz",
"https://github.com/bazelbuild/apple_support/releases/download/0.10.0/apple_support.0.10.0.tar.gz",
],
sha256 = "a1926bbc5bbb86d596ee1e9c307e22c9a0305053e46057cf186d015b09b3c5f2",
sha256 = "741366f79d900c11e11d8efd6cc6c66a31bfb2451178b58e0b5edc6f1db17b35",
)

_maybe(
Expand Down

0 comments on commit 006a981

Please sign in to comment.