Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
proggeramlug committed Jul 16, 2019
1 parent 466838e commit 15077b7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
30 changes: 24 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/vapor/auth.git",
"state": {
"branch": null,
"revision": "90868627c7587ea207c0b6d4054265e68f6a33ef",
"version": "2.0.1"
"revision": "e6f61b403727ec124214beb3e57deff579f31d00",
"version": "2.0.4"
}
},
{
Expand Down Expand Up @@ -55,6 +55,15 @@
"version": "3.1.2"
}
},
{
"package": "FluentSQLite",
"repositoryURL": "https://github.com/vapor/fluent-sqlite.git",
"state": {
"branch": null,
"revision": "c32f5bda84bf4ea691d19afe183d40044f579e11",
"version": "3.0.0"
}
},
{
"package": "HTTP",
"repositoryURL": "https://github.com/vapor/http.git",
Expand All @@ -78,8 +87,8 @@
"repositoryURL": "https://github.com/skelpo/JWTVapor.git",
"state": {
"branch": null,
"revision": "0c4097615712947e7717d077b75f25cc79c0dd97",
"version": "0.12.0"
"revision": "eb5a41d354d694976ec5762ffc6544b0efbe630c",
"version": "0.13.0"
}
},
{
Expand Down Expand Up @@ -118,6 +127,15 @@
"version": "2.2.0"
}
},
{
"package": "SQLite",
"repositoryURL": "https://github.com/vapor/sqlite.git",
"state": {
"branch": null,
"revision": "314d9cd21165bcf14215e336a23ff8214f40e411",
"version": "3.2.1"
}
},
{
"package": "swift-nio",
"repositoryURL": "https://github.com/apple/swift-nio.git",
Expand Down Expand Up @@ -186,8 +204,8 @@
"repositoryURL": "https://github.com/vapor/vapor.git",
"state": {
"branch": null,
"revision": "157d3b15336caa882662cc75024dd04b2e225246",
"version": "3.1.0"
"revision": "c86ada59b31c69f08a6abd4f776537cba48d5df6",
"version": "3.3.0"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ let package = Package(
.library(name: "JWTMiddleware", targets: ["JWTMiddleware", "JWTAuthenticatable"]),
],
dependencies: [
.package(url: "https://github.com/skelpo/vapor-request-storage.git", from: "0.3.0"),
.package(url: "https://github.com/skelpo/JWTVapor.git", from: "0.9.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/auth.git", from: "2.0.0-rc")
.package(url: "https://github.com/skelpo/vapor-request-storage.git", from: "0.4.0"),
.package(url: "https://github.com/skelpo/JWTVapor.git", from: "0.13.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "3.3.0"),
.package(url: "https://github.com/vapor/auth.git", from: "2.0.4")
],
targets: [
.target(name: "JWTAuthenticatable", dependencies: ["Vapor", "Authentication", "JWTVapor", "VaporRequestStorage"]),
Expand Down

0 comments on commit 15077b7

Please sign in to comment.