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 4fb0935 commit 9f61b11Copy full SHA for 9f61b11
modules/swift/Package.swift
@@ -7,6 +7,6 @@ let package = Package(
7
dependencies: [
8
.package(url: "https://github.com/apple/swift-protobuf", from: "1.30.0"),
9
.package(url: "https://github.com/grpc/grpc-swift", from: "2.2.3"),
10
- .package(url: "https://github.com/grpc/grpc-swift-protobuf", from: "1.3.1"),
+ .package(url: "https://github.com/grpc/grpc-swift-protobuf", from: "2.0.0"),
11
]
12
)
0 commit comments