From 089c096ec44cdfd04e817bd700926c46a9102e19 Mon Sep 17 00:00:00 2001 From: Ariel Demarco Date: Mon, 6 Jan 2025 11:05:27 -0300 Subject: [PATCH] Unify GRPC dependency between package --- Package.swift | 2 +- Package@swift-5.6.swift | 2 +- Package@swift-5.9.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 2d091fe5..7fe87b34 100644 --- a/Package.swift +++ b/Package.swift @@ -39,7 +39,7 @@ let package = Package( .package(url: "https://github.com/undefinedlabs/opentracing-objc", exact: "0.5.2"), .package(url: "https://github.com/undefinedlabs/Thrift-Swift", exact: "1.1.1"), .package(url: "https://github.com/apple/swift-nio.git", exact: "2.0.0"), - .package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.0.0"), + .package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"), .package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.20.2"), .package(url: "https://github.com/apple/swift-log.git", exact: "1.4.4"), .package(url: "https://github.com/apple/swift-metrics.git", exact: "2.1.1"), diff --git a/Package@swift-5.6.swift b/Package@swift-5.6.swift index 3340cc29..f37624eb 100644 --- a/Package@swift-5.6.swift +++ b/Package@swift-5.6.swift @@ -40,7 +40,7 @@ let package = Package( .package(url: "https://github.com/undefinedlabs/opentracing-objc", from: "0.5.2"), .package(url: "https://github.com/undefinedlabs/Thrift-Swift", from: "1.1.1"), .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"), - .package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"), + .package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.20.2"), .package(url: "https://github.com/apple/swift-log.git", from: "1.4.4"), .package(url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"), diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index 3f4f5ddb..0080aadd 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -29,7 +29,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"), - .package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"), + .package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.20.2"), .package(url: "https://github.com/apple/swift-log.git", from: "1.4.4"), .package(url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"),