Skip to content

Commit

Permalink
Updated Vapor to full version 4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed Oct 6, 2021
1 parent 2acd0e1 commit 44c6155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
.library(name: "JWTMiddleware", targets: ["JWTMiddleware"]),
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-rc"),
.package(url: "https://github.com/vapor/jwt.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"),
],
targets: [
.target(name: "JWTMiddleware", dependencies: [
Expand Down

0 comments on commit 44c6155

Please sign in to comment.