Skip to content

Commit 06cbfd7

Browse files
committed
[SPARK-52359] Upgrade gRPC Swift NIO Transport to 1.2.2
1 parent afecdc2 commit 06cbfd7

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.git", exact: "2.2.1"),
3838
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.3.0"),
39-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.1.0"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.2.2"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
4141
],
4242
targets: [

0 commit comments

Comments
 (0)