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 e611624 commit ad24c7dCopy full SHA for ad24c7d
modules/swift/Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
let package = Package(
6
name: "rules_proto_grpc",
7
dependencies: [
8
- .package(url: "https://github.com/apple/swift-protobuf", exact: "1.30.0"),
+ .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"),
11
]
0 commit comments