Skip to content

Commit

Permalink
Update README.md for v0.4.1 (#331)
Browse files Browse the repository at this point in the history
Automated update of `README.md` for release v0.4.1

Co-authored-by: cgrindel <[email protected]>
  • Loading branch information
1 parent 7faf6e6 commit 08e0358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ Update the `WORKSPACE` file to load the dependencies for [rules_swift_package_ma
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_swift_package_manager",
sha256 = "40bf17727804121e54e470e464fb9fd85d6cd3d71007139c33bf1f37675b7fad",
name = "cgrindel_rules_swift_package_manager",
sha256 = "fc55133279df272ba2b8dc81f24ea5cfbe0e5fa7ab9780eeda1ce1f19668ac89",
urls = [
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.3.3/rules_swift_package_manager.v0.3.3.tar.gz",
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.4.1/rules_swift_package_manager.v0.4.1.tar.gz",
],
)

Expand Down

0 comments on commit 08e0358

Please sign in to comment.