Skip to content

Commit

Permalink
Set correct Vapor dependency for async/await
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Jul 25, 2022
1 parent 272cc7b commit fe1dc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.library(name: "LeafErrorMiddleware", targets: ["LeafErrorMiddleware"]),
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.50.0"),
],
targets: [
.target(name: "LeafErrorMiddleware", dependencies: [
Expand Down

0 comments on commit fe1dc23

Please sign in to comment.