Skip to content

Commit

Permalink
Update bazel_skylib (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored May 27, 2021
1 parent ce67397 commit bdf5288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swift/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def swift_rules_dependencies():
http_archive,
name = "bazel_skylib",
urls = [
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.2/bazel-skylib-1.0.2.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
],
sha256 = "97e70364e9249702246c0e9444bccdc4b847bed1eb03c5a3ece4f83dfe6abc44",
sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c",
)

_maybe(
Expand Down

0 comments on commit bdf5288

Please sign in to comment.