File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ let package = Package(
26
26
. macOS( . v15)
27
27
] ,
28
28
dependencies: [
29
- . package ( url: " https://github.com/apache/spark-connect-swift.git " , branch: " v0.1.0 " )
29
+ . package ( url: " https://github.com/apache/spark-connect-swift.git " , branch: " main " )
30
30
] ,
31
31
targets: [
32
32
. executableTarget(
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let package = Package(
29
29
. package ( url: " https://github.com/vapor/vapor.git " , from: " 4.110.1 " ) ,
30
30
// 🔵 Non-blocking, event-driven networking for Swift. Used for custom executors
31
31
. package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.65.0 " ) ,
32
- . package ( url: " https://github.com/apache/spark-connect-swift.git " , branch: " v0.1.0 " ) ,
32
+ . package ( url: " https://github.com/apache/spark-connect-swift.git " , branch: " main " ) ,
33
33
] ,
34
34
targets: [
35
35
. executableTarget(
You can’t perform that action at this time.
0 commit comments