Skip to content

Commit 5e73a8b

Browse files
committed
Fix up Package.swift
1 parent 3bee1b7 commit 5e73a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [
1616
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
17-
.package(url: "https://github.com/thoven87/swift-jobs.git", branch: "stevenson/delayed-jobs"),
17+
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", from: "1.0.0-beta.2"),
1818
.package(url: "https://github.com/vapor/postgres-nio", from: "1.21.0"),
1919
],
2020
targets: [

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
15-
.package(url: "https://github.com/thoven87/swift-jobs.git", branch: "stevenson/delayed-jobs"),
15+
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", from: "1.0.0-beta.2"),
1616
.package(url: "https://github.com/vapor/postgres-nio", from: "1.21.0"),
1717
],
1818
targets: [

0 commit comments

Comments
 (0)