Skip to content

Commit

Permalink
Update apple_support to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jun 11, 2021
1 parent 334b6fd commit 8dd2c94
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.10.0/apple_support.0.10.0.tar.gz",
"https://github.com/bazelbuild/apple_support/releases/download/0.11.0/apple_support.0.11.0.tar.gz",
],
sha256 = "741366f79d900c11e11d8efd6cc6c66a31bfb2451178b58e0b5edc6f1db17b35",
sha256 = "76df040ade90836ff5543888d64616e7ba6c3a7b33b916aa3a4b68f342d1b447",
)

_maybe(
Expand Down

0 comments on commit 8dd2c94

Please sign in to comment.