Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency com_github_apple_swift_collections to v1.1.0 #906

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/http_archive_ext_deps/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ swift_rules_extra_dependencies()
http_archive(
name = "com_github_apple_swift_collections",
build_file = "@//third_party:swift_collections.BUILD.bazel",
sha256 = "876353021246d0b5a131236400ee723ed783e75c853dcc49640576df83779b54",
strip_prefix = "swift-collections-1.0.6",
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.6.tar.gz",
sha256 = "59ca5676b2662021f3046becb7824747c002637677b953fc059ee555f1e0b438",
strip_prefix = "swift-collections-1.1.0",
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.1.0.tar.gz",
)

# Example of defining Swift targets inline.
Expand Down
6 changes: 3 additions & 3 deletions examples/http_archive_ext_deps/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ def _non_module_deps_impl(_):
http_archive(
name = "com_github_apple_swift_collections",
build_file = "@//third_party:swift_collections.BUILD.bazel",
sha256 = "876353021246d0b5a131236400ee723ed783e75c853dcc49640576df83779b54",
strip_prefix = "swift-collections-1.0.6",
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.6.tar.gz",
sha256 = "59ca5676b2662021f3046becb7824747c002637677b953fc059ee555f1e0b438",
strip_prefix = "swift-collections-1.1.0",
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.1.0.tar.gz",
)

# Example of defining Swift targets inline.
Expand Down
Loading