Skip to content

Commit

Permalink
Update rules_swift
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 2, 2020
1 parent 7749a9a commit 73f12ab
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 @@ -120,9 +120,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.16.1/rules_swift.0.16.1.tar.gz",
"https://github.com/bazelbuild/rules_swift/releases/download/0.17.0/rules_swift.0.17.0.tar.gz",
],
sha256 = "a228a8e41fdc165a2c55924b728c466e0086f3e638a05d6da98aa6222cbb19c1",
sha256 = "c07abf4d94fef598c45e539e9adc0ed25795260c618e167b714cc285b20525e2",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit 73f12ab

Please sign in to comment.