Skip to content

Commit

Permalink
Update rules_swift to 0.11.0
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 250888653
  • Loading branch information
sergiocampama authored and swiple-rules-gardener committed May 31, 2019
1 parent bf3cdae commit dcbf251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apple/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,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.10.1/rules_swift.0.10.1.tar.gz",
"https://github.com/bazelbuild/rules_swift/releases/download/0.11.0/rules_swift.0.11.0.tar.gz",
],
sha256 = "fef40f8afc331ae4b63da5603538134444f005e5ca7762112b0629334602c845",
sha256 = "245290b9c01950db0903bcb6575b358f8f8cfc3bbd36a1c72566e4608a701dbc",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit dcbf251

Please sign in to comment.