We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gRPC Swift
1 parent afecdc2 commit 92b97c1Copy full SHA for 92b97c1
Package.swift
@@ -34,7 +34,7 @@ let package = Package(
34
targets: ["SparkConnect"])
35
],
36
dependencies: [
37
- .package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.1"),
+ .package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.2"),
38
.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"),
40
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
0 commit comments