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 ac36431 commit 12142e7Copy full SHA for 12142e7
modules/swift/Package.swift
@@ -7,6 +7,6 @@ let package = Package(
7
dependencies: [
8
.package(url: "https://github.com/apple/swift-protobuf", exact: "1.31.0"),
9
.package(url: "https://github.com/grpc/grpc-swift-2", exact: "2.1.0"),
10
- .package(url: "https://github.com/grpc/grpc-swift-protobuf", exact: "2.0.0"),
+ .package(url: "https://github.com/grpc/grpc-swift-protobuf", exact: "2.1.1"),
11
]
12
)
0 commit comments