Skip to content

Commit f26ae5d

Browse files
authored
Update JWTKit (#156)
1 parent fddc39f commit f26ae5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "JWT", targets: ["JWT"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0-beta.4"),
16+
.package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0-rc.1"),
1717
.package(url: "https://github.com/vapor/vapor.git", from: "4.101.0"),
1818
],
1919
targets: [

0 commit comments

Comments
 (0)