Skip to content

Commit 5a926d5

Browse files
author
Karim Alweheshy
committed
1 parent 1bc8f27 commit 5a926d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

swift/repositories.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ def swift_rules_dependencies(include_bzlmod_ready_dependencies = True):
106106
_maybe(
107107
http_archive,
108108
name = "com_github_apple_swift_protobuf",
109-
urls = ["https://github.com/apple/swift-protobuf/archive/1.20.2.tar.gz"], # pinned to grpc-swift version
110-
sha256 = "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb",
111-
strip_prefix = "swift-protobuf-1.20.2/",
109+
urls = ["https://github.com/apple/swift-protobuf/archive/1.28.1.tar.gz"], # pinned to grpc-swift version
110+
sha256 = "9204c512ee90378f22db3255ecc35de927d672a4925d5222497c57b3f30de726",
111+
strip_prefix = "swift-protobuf-1.28.1/",
112112
build_file = Label(
113113
"//third_party:com_github_apple_swift_protobuf/BUILD.overlay",
114114
),
@@ -117,9 +117,9 @@ def swift_rules_dependencies(include_bzlmod_ready_dependencies = True):
117117
_maybe(
118118
http_archive,
119119
name = "com_github_grpc_grpc_swift",
120-
urls = ["https://github.com/grpc/grpc-swift/archive/1.16.0.tar.gz"], # latest at time of writing
121-
sha256 = "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5",
122-
strip_prefix = "grpc-swift-1.16.0/",
120+
urls = ["https://github.com/grpc/grpc-swift/archive/2.0.0.tar.gz"], # latest at time of writing
121+
sha256 = "f0264d6a90eef30d4189e5e8ccc39b429bcd0444c86b41d246c4b803c0676ecd",
122+
strip_prefix = "grpc-swift-2.0.0/",
123123
build_file = Label(
124124
"//third_party:com_github_grpc_grpc_swift/BUILD.overlay",
125125
),

0 commit comments

Comments
 (0)