Skip to content

Commit

Permalink
Hummingbird 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Sep 12, 2024
1 parent 3e4aae5 commit 3bee1b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
.library(name: "JobsPostgres", targets: ["JobsPostgres"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-rc.1"),
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", from: "1.0.0-beta.2"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
.package(url: "https://github.com/thoven87/swift-jobs.git", branch: "stevenson/delayed-jobs"),
.package(url: "https://github.com/vapor/postgres-nio", from: "1.21.0"),
],
targets: [
Expand Down
4 changes: 2 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let package = Package(
.library(name: "JobsPostgres", targets: ["JobsPostgres"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-rc.1"),
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", from: "1.0.0-beta.2"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
.package(url: "https://github.com/thoven87/swift-jobs.git", branch: "stevenson/delayed-jobs"),
.package(url: "https://github.com/vapor/postgres-nio", from: "1.21.0"),
],
targets: [
Expand Down

0 comments on commit 3bee1b7

Please sign in to comment.