We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf69bee commit 325940aCopy full SHA for 325940a
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
],
11
dependencies: [
12
// TODO: use a released version of swift-jobs
13
- .package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "job-parameters"),
+ .package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "main"),
14
.package(url: "https://github.com/hummingbird-project/hummingbird-postgres.git", from: "0.5.0"),
15
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.25.0"),
16
0 commit comments