Skip to content

Commit f4bbb60

Browse files
committed
Use swift-jobs main branch
1 parent b6497ef commit f4bbb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
],
1111
dependencies: [
1212
// TODO: use a released version of swift-jobs
13-
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "jobschedule-addjob"),
13+
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "main"),
1414
.package(url: "https://github.com/hummingbird-project/postgres-migrations.git", from: "0.1.0"),
1515
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.25.0"),
1616
],

0 commit comments

Comments
 (0)