Skip to content

Commit 03cea27

Browse files
author
Self-hosted Renovate Bot
committed
chore(deps): update dependency com_github_apple_swift_collections to v1.1.0
1 parent 4da5717 commit 03cea27

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/http_archive_ext_deps/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ swift_rules_extra_dependencies()
7272
http_archive(
7373
name = "com_github_apple_swift_collections",
7474
build_file = "@//third_party:swift_collections.BUILD.bazel",
75-
sha256 = "876353021246d0b5a131236400ee723ed783e75c853dcc49640576df83779b54",
76-
strip_prefix = "swift-collections-1.0.6",
77-
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.6.tar.gz",
75+
sha256 = "59ca5676b2662021f3046becb7824747c002637677b953fc059ee555f1e0b438",
76+
strip_prefix = "swift-collections-1.1.0",
77+
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.1.0.tar.gz",
7878
)
7979

8080
# Example of defining Swift targets inline.

examples/http_archive_ext_deps/extensions.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ def _non_module_deps_impl(_):
55
http_archive(
66
name = "com_github_apple_swift_collections",
77
build_file = "@//third_party:swift_collections.BUILD.bazel",
8-
sha256 = "876353021246d0b5a131236400ee723ed783e75c853dcc49640576df83779b54",
9-
strip_prefix = "swift-collections-1.0.6",
10-
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.0.6.tar.gz",
8+
sha256 = "59ca5676b2662021f3046becb7824747c002637677b953fc059ee555f1e0b438",
9+
strip_prefix = "swift-collections-1.1.0",
10+
url = "https://github.com/apple/swift-collections/archive/refs/tags/1.1.0.tar.gz",
1111
)
1212

1313
# Example of defining Swift targets inline.

0 commit comments

Comments
 (0)