Skip to content

Commit 7584a32

Browse files
Update dependency grpc/grpc-swift to from: "2.2.2"
1 parent c6a6065 commit 7584a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "rules_proto_grpc",
77
dependencies: [
88
.package(url: "https://github.com/apple/swift-protobuf", from: "1.29.0"),
9-
.package(url: "https://github.com/grpc/grpc-swift", from: "2.2.1"),
9+
.package(url: "https://github.com/grpc/grpc-swift", from: "2.2.2"),
1010
.package(url: "https://github.com/grpc/grpc-swift-protobuf", from: "1.3.0"),
1111
]
1212
)

0 commit comments

Comments
 (0)