Skip to content

Commit 3bee1b7

Browse files
committed
Hummingbird 2.0
1 parent 3e4aae5 commit 3bee1b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
.library(name: "JobsPostgres", targets: ["JobsPostgres"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-rc.1"),
17-
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", from: "1.0.0-beta.2"),
16+
.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"),
1818
.package(url: "https://github.com/vapor/postgres-nio", from: "1.21.0"),
1919
],
2020
targets: [

[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let package = Package(
1111
.library(name: "JobsPostgres", targets: ["JobsPostgres"]),
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-rc.1"),
15-
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", from: "1.0.0-beta.2"),
14+
.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"),
1616
.package(url: "https://github.com/vapor/postgres-nio", from: "1.21.0"),
1717
],
1818
targets: [

0 commit comments

Comments
 (0)