We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a6065 commit 7584a32Copy full SHA for 7584a32
modules/swift/Package.swift
@@ -6,7 +6,7 @@ let package = Package(
6
name: "rules_proto_grpc",
7
dependencies: [
8
.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"),
+ .package(url: "https://github.com/grpc/grpc-swift", from: "2.2.2"),
10
.package(url: "https://github.com/grpc/grpc-swift-protobuf", from: "1.3.0"),
11
]
12
)
0 commit comments