Skip to content

Commit 15077b7

Browse files
committed
dependency update
1 parent 466838e commit 15077b7

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

Package.resolved

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ let package = Package(
88
.library(name: "JWTMiddleware", targets: ["JWTMiddleware", "JWTAuthenticatable"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/skelpo/vapor-request-storage.git", from: "0.3.0"),
12-
.package(url: "https://github.com/skelpo/JWTVapor.git", from: "0.9.0"),
13-
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
14-
.package(url: "https://github.com/vapor/auth.git", from: "2.0.0-rc")
11+
.package(url: "https://github.com/skelpo/vapor-request-storage.git", from: "0.4.0"),
12+
.package(url: "https://github.com/skelpo/JWTVapor.git", from: "0.13.0"),
13+
.package(url: "https://github.com/vapor/vapor.git", from: "3.3.0"),
14+
.package(url: "https://github.com/vapor/auth.git", from: "2.0.4")
1515
],
1616
targets: [
1717
.target(name: "JWTAuthenticatable", dependencies: ["Vapor", "Authentication", "JWTVapor", "VaporRequestStorage"]),

0 commit comments

Comments
 (0)