Skip to content

Commit

Permalink
Merge pull request #22 from skelpo/vapor-4-release
Browse files Browse the repository at this point in the history
Updated Vapor to full version 4 release
  • Loading branch information
calebkleveter committed Oct 20, 2021
2 parents 2acd0e1 + fe29de5 commit 1297f41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 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
9 changes: 0 additions & 9 deletions Tests/JWTMiddlewareTests/XCTestManifests.swift

This file was deleted.

7 changes: 0 additions & 7 deletions Tests/LinuxMain.swift

This file was deleted.

0 comments on commit 1297f41

Please sign in to comment.