Skip to content

Commit

Permalink
Unify GRPC dependency between package
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco committed Jan 6, 2025
1 parent 6a4af9c commit 089c096
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.6.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 089c096

Please sign in to comment.