Skip to content

Commit

Permalink
chore(deps): update dependency com_github_apple_swift_collections to …
Browse files Browse the repository at this point in the history
…v1.1.0
  • Loading branch information
Self-hosted Renovate Bot committed Feb 8, 2024
1 parent 4da5717 commit 03cea27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 03cea27

Please sign in to comment.