Skip to content

Commit

Permalink
Fixed jwt-kit url
Browse files Browse the repository at this point in the history
  • Loading branch information
barisatamer committed Dec 9, 2019
1 parent 6ede2dd commit a59b971
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/vapor/core.git",
"state": {
"branch": null,
"revision": "c64f63cb21631010952f7abfef719d376ab6a441",
"version": "3.9.1"
"revision": "10d33362a47fab03a067e78fb0791341d9c634fa",
"version": "3.9.3"
}
},
{
Expand Down Expand Up @@ -48,20 +48,20 @@
},
{
"package": "JWT",
"repositoryURL": "https://github.com/vapor/jwt-kit.git",
"repositoryURL": "https://github.com/vapor/jwt.git",
"state": {
"branch": null,
"revision": "2e225c722bf26407c1c4bd11d341e48759f46095",
"version": "3.0.0"
"revision": "4265f12b3f2585b8f5792ba6078c2cda0e4043a1",
"version": "3.1.1"
}
},
{
"package": "Multipart",
"repositoryURL": "https://github.com/vapor/multipart.git",
"state": {
"branch": null,
"revision": "f919a01c4d10a281d6236a21b0b1d1759a72b8eb",
"version": "3.0.4"
"revision": "f063180d0b84832accd33194e06ed3c41f8609ac",
"version": "3.1.1"
}
},
{
Expand Down Expand Up @@ -150,8 +150,8 @@
"repositoryURL": "https://github.com/vapor/vapor.git",
"state": {
"branch": null,
"revision": "c86ada59b31c69f08a6abd4f776537cba48d5df6",
"version": "3.3.0"
"revision": "92a58a9a84e4330500b99fe355a94d29f67abe58",
"version": "3.3.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/jwt.git", from: "3.0.0"),
],
targets: [
.target(name: "FirebaseJWTMiddleware", dependencies: ["Vapor", "JWT"]),
Expand Down

0 comments on commit a59b971

Please sign in to comment.