Skip to content

Commit e88d78b

Browse files
Merge pull request #8 from skelpo/develop
Updated Vapor version to official release
2 parents e113d94 + 35760f0 commit e88d78b

File tree

2 files changed

+40
-31
lines changed

2 files changed

+40
-31
lines changed

Package.resolved

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

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ 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.1.0"),
12-
.package(url: "https://github.com/skelpo/JWTVapor.git", from: "0.6.1"),
13-
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0-rc"),
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"),
1414
.package(url: "https://github.com/vapor/auth.git", from: "2.0.0-rc")
1515
],
1616
targets: [

0 commit comments

Comments
 (0)