File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
examples/http_archive_ext_deps Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ swift_rules_extra_dependencies()
72
72
http_archive (
73
73
name = "com_github_apple_swift_collections" ,
74
74
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" ,
78
78
)
79
79
80
80
# Example of defining Swift targets inline.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ def _non_module_deps_impl(_):
5
5
http_archive (
6
6
name = "com_github_apple_swift_collections" ,
7
7
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" ,
11
11
)
12
12
13
13
# Example of defining Swift targets inline.
You can’t perform that action at this time.
0 commit comments