|
|
@@ -21,10 +21,10 @@ let package = Package(
|
|
|
name: "reflection-server",
|
|
|
platforms: [.macOS(.v15)],
|
|
|
dependencies: [
|
|
|
- .package(url: "https://github.com/grpc/grpc-swift.git", branch: "main"),
|
|
|
- .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", branch: "main"),
|
|
|
- .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", branch: "main"),
|
|
|
- .package(url: "https://github.com/grpc/grpc-swift-extras.git", branch: "main"),
|
|
|
+ .package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.0.0-beta.3"),
|
|
|
+ .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.0.0-beta.3"),
|
|
|
+ .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.0.0-beta.3"),
|
|
|
+ .package(url: "https://github.com/grpc/grpc-swift-extras.git", exact: "1.0.0-beta.3"),
|
|
|
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
|
|
|
],
|
|
|
targets: [
|