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(
2626 . macOS( . v15)
2727 ] ,
2828 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 " )
3030 ] ,
3131 targets: [
3232 . executableTarget(
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let package = Package(
2929 . package ( url: " https://github.com/vapor/vapor.git " , from: " 4.110.1 " ) ,
3030 // 🔵 Non-blocking, event-driven networking for Swift. Used for custom executors
3131 . 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 " ) ,
3333 ] ,
3434 targets: [
3535 . executableTarget(
You can’t perform that action at this time.
0 commit comments