Skip to content

Commit ad24c7d

Browse files
Update dependency apple/swift-protobuf to v1.31.0
1 parent e611624 commit ad24c7d

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.30.0"),
8+
.package(url: "https://github.com/apple/swift-protobuf", exact: "1.31.0"),
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.0.0"),
1111
]

0 commit comments

Comments
 (0)