File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ let package = Package(
21
21
name: " echo " ,
22
22
platforms: [ . macOS( " 15.0 " ) ] ,
23
23
dependencies: [
24
- . package ( url: " https://github.com/grpc/grpc-swift.git " , branch : " main " ) ,
25
- . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , branch : " main " ) ,
26
- . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , branch : " main " ) ,
24
+ . package ( url: " https://github.com/grpc/grpc-swift.git " , exact : " 2.0.0-beta.3 " ) ,
25
+ . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , exact : " 1.0.0-beta.3 " ) ,
26
+ . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , exact : " 1.0.0-beta.3 " ) ,
27
27
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.5.0 " ) ,
28
28
] ,
29
29
targets: [
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ let package = Package(
21
21
name: " error-details " ,
22
22
platforms: [ . macOS( . v15) ] ,
23
23
dependencies: [
24
- . package ( url: " https://github.com/grpc/grpc-swift.git " , branch : " main " ) ,
25
- . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , branch : " main " ) ,
24
+ . package ( url: " https://github.com/grpc/grpc-swift.git " , exact : " 2.0.0-beta.3 " ) ,
25
+ . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , exact : " 1.0.0-beta.3 " ) ,
26
26
] ,
27
27
targets: [
28
28
. executableTarget(
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ let package = Package(
21
21
name: " hello-world " ,
22
22
platforms: [ . macOS( " 15.0 " ) ] ,
23
23
dependencies: [
24
- . package ( url: " https://github.com/grpc/grpc-swift.git " , branch : " main " ) ,
25
- . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , branch : " main " ) ,
26
- . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , branch : " main " ) ,
24
+ . package ( url: " https://github.com/grpc/grpc-swift.git " , exact : " 2.0.0-beta.3 " ) ,
25
+ . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , exact : " 1.0.0-beta.3 " ) ,
26
+ . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , exact : " 1.0.0-beta.3 " ) ,
27
27
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.5.0 " ) ,
28
28
] ,
29
29
targets: [
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ let package = Package(
21
21
name: " reflection-server " ,
22
22
platforms: [ . macOS( . v15) ] ,
23
23
dependencies: [
24
- . package ( url: " https://github.com/grpc/grpc-swift.git " , branch : " main " ) ,
25
- . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , branch : " main " ) ,
26
- . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , branch : " main " ) ,
27
- . package ( url: " https://github.com/grpc/grpc-swift-extras.git " , branch : " main " ) ,
24
+ . package ( url: " https://github.com/grpc/grpc-swift.git " , exact : " 2.0.0-beta.3 " ) ,
25
+ . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , exact : " 1.0.0-beta.3 " ) ,
26
+ . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , exact : " 1.0.0-beta.3 " ) ,
27
+ . package ( url: " https://github.com/grpc/grpc-swift-extras.git " , exact : " 1.0.0-beta.3 " ) ,
28
28
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.5.0 " ) ,
29
29
] ,
30
30
targets: [
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ let package = Package(
21
21
name: " route-guide " ,
22
22
platforms: [ . macOS( " 15.0 " ) ] ,
23
23
dependencies: [
24
- . package ( url: " https://github.com/grpc/grpc-swift.git " , branch : " main " ) ,
25
- . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , branch : " main " ) ,
26
- . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , branch : " main " ) ,
24
+ . package ( url: " https://github.com/grpc/grpc-swift.git " , exact : " 2.0.0-beta.3 " ) ,
25
+ . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , exact : " 1.0.0-beta.3 " ) ,
26
+ . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , exact : " 1.0.0-beta.3 " ) ,
27
27
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.5.0 " ) ,
28
28
] ,
29
29
targets: [
You can’t perform that action at this time.
0 commit comments