Skip to content

Commit befe061

Browse files
committed
[SPARK-51846] Upgrade gRPC Swift Protobuf to 1.2 and gRPC Swift NIO Transport to 1.0.3
1 parent 401107c commit befe061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ let package = Package(
3535
],
3636
dependencies: [
3737
.package(url: "https://github.com/grpc/grpc-swift.git", from: "2.1.2"),
38-
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.1.0"),
39-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.2"),
38+
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.2.0"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.3"),
4040
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
4141
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
4242
],

0 commit comments

Comments
 (0)