Skip to content

Commit 7cfd31f

Browse files
committed
[SPARK-54044] Upgrade gRPC Swift NIO Transport to 2.2.0
1 parent 79d1820 commit 7cfd31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let package = Package(
3636
dependencies: [
3737
.package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.1.0"),
3838
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.1.1"),
39-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.1.1"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.2.0"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
4141
],
4242
targets: [

0 commit comments

Comments
 (0)