Skip to content

Commit

Permalink
Update rules_swift (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Nov 10, 2020
1 parent b1f5185 commit b00fb6d
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.0/rules_swift.0.16.0.tar.gz",
"https://github.com/bazelbuild/rules_swift/releases/download/0.16.1/rules_swift.0.16.1.tar.gz",
],
sha256 = "bfbd03624a1e2addecc1078227ea421e5321a30f9f3a5e8b53ac85efb3107f92",
sha256 = "a228a8e41fdc165a2c55924b728c466e0086f3e638a05d6da98aa6222cbb19c1",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit b00fb6d

Please sign in to comment.