Skip to content

Commit 944a213

Browse files
committed
[SPARK-52371] Update Example projects to use the latest main branch always
1 parent 2304511 commit 944a213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/app/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

Examples/web/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)