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 41c4e5e commit 916ab41Copy full SHA for 916ab41
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.31.0"),
+ .package(url: "https://github.com/apple/swift-protobuf", exact: "1.31.1"),
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.1.1"),
11
]
0 commit comments