Skip to content

Commit 12142e7

Browse files
renovate[bot]aaliddell
authored andcommitted
Update dependency grpc/grpc-swift-protobuf to v2.1.1
1 parent ac36431 commit 12142e7

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
@@ -7,6 +7,6 @@ let package = Package(
77
dependencies: [
88
.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"),
10-
.package(url: "https://github.com/grpc/grpc-swift-protobuf", exact: "2.0.0"),
10+
.package(url: "https://github.com/grpc/grpc-swift-protobuf", exact: "2.1.1"),
1111
]
1212
)

0 commit comments

Comments
 (0)