File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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: [
Original file line number Diff line number Diff 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: [
You can’t perform that action at this time.
0 commit comments