Skip to content

Commit 4484e81

Browse files
committed
[SPARK-52248] Use exact versions of dependency
1 parent eb0992d commit 4484e81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ let package = Package(
3434
targets: ["SparkConnect"])
3535
],
3636
dependencies: [
37-
.package(url: "https://github.com/grpc/grpc-swift.git", from: "2.2.1"),
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.1.0"),
37+
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.1"),
38+
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.2.0"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.1.0"),
4040
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
4141
],
4242
targets: [

0 commit comments

Comments
 (0)