Skip to content

Commit

Permalink
Upgrade Queues, Fluent and Sql-Kit
Browse files Browse the repository at this point in the history
  • Loading branch information
m-barthelemy committed May 31, 2020
1 parent 56c4cea commit c68a761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0-rc.2"),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/queues.git", from: "1.0.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0-rc.3"),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.1.0"),
.package(url: "https://github.com/vapor/queues.git", from: "1.1.0"),
],
targets: [
.target(
Expand Down

0 comments on commit c68a761

Please sign in to comment.