Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Update README with new URLs (bazelbuild#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Nov 4, 2020
1 parent 17126a9 commit 2279303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "build_bazel_rules_swift",
sha256 = "d2f38c33dc82cf3160c59342203d31a030e53ebe8f4c7365add7a549223f9c62",
url = "https://github.com/bazelbuild/rules_swift/releases/download/0.15.0/rules_swift.0.15.0.tar.gz",
sha256 = "bfbd03624a1e2addecc1078227ea421e5321a30f9f3a5e8b53ac85efb3107f92",
url = "https://github.com/bazelbuild/rules_swift/releases/download/0.16.0/rules_swift.0.16.0.tar.gz",
)

load(
Expand Down

0 comments on commit 2279303

Please sign in to comment.