Skip to content

Commit

Permalink
Update rules_swift version dependency.
Browse files Browse the repository at this point in the history
Fixes #403

RELNOTES: None
PiperOrigin-RevId: 245268653
  • Loading branch information
sergiocampama authored and swiple-rules-gardener committed Apr 25, 2019
1 parent ff6466f commit f92ca9d
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.8.0/rules_swift.0.8.0.tar.gz",
"https://github.com/bazelbuild/rules_swift/releases/download/0.9.0/rules_swift.0.9.0.tar.gz",
],
sha256 = "31aad005a9c4e56b256125844ad05eb27c88303502d74138186f9083479f93a6",
sha256 = "9efe9699e9765e6b4a5e063e4a08f6b163cccaf0443f775d935baf5c3cd6ed0e",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit f92ca9d

Please sign in to comment.