Skip to content

Commit 3f9e3f5

Browse files
Update dependency apple/swift-protobuf to v1.31.1
1 parent 41c4e5e commit 3f9e3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "rules_proto_grpc",
77
dependencies: [
8-
.package(url: "https://github.com/apple/swift-protobuf", exact: "1.31.0"),
8+
.package(url: "https://github.com/apple/swift-protobuf", exact: "1.31.1"),
99
.package(url: "https://github.com/grpc/grpc-swift-2", exact: "2.1.0"),
1010
.package(url: "https://github.com/grpc/grpc-swift-protobuf", exact: "2.1.1"),
1111
]

0 commit comments

Comments
 (0)