Skip to content

Commit

Permalink
Update rules_swift
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Mar 23, 2022
1 parent 9ddc6a0 commit 7115f01
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 @@ -121,9 +121,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.26.0/rules_swift.0.26.0.tar.gz",
"/~https://github.com/bazelbuild/rules_swift/releases/download/0.27.0/rules_swift.0.27.0.tar.gz",
],
sha256 = "3e52a508cdc47a7adbad36a3d2b712e282cc39cc211b0d63efcaf608961eb36b",
sha256 = "a2fd565e527f83fb3f9eb07eb9737240e668c9242d3bc318712efa54a7deda97",
ignore_version_differences = ignore_version_differences,
)

Expand Down

0 comments on commit 7115f01

Please sign in to comment.