We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddc39f commit f26ae5dCopy full SHA for f26ae5d
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
.library(name: "JWT", targets: ["JWT"]),
14
],
15
dependencies: [
16
- .package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0-beta.4"),
+ .package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0-rc.1"),
17
.package(url: "https://github.com/vapor/vapor.git", from: "4.101.0"),
18
19
targets: [
0 commit comments