Skip to content

Commit

Permalink
Bump to Vapor 4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaelIsaev committed Apr 10, 2020
1 parent 7bdb432 commit 64078eb
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 @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
// 💧 A server-side Swift web framework.
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-rc"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/jwt.git", from: "4.0.0-rc"),
],
targets: [
Expand Down

0 comments on commit 64078eb

Please sign in to comment.