Skip to content

Commit 435ac62

Browse files
committed
Use jwt-kit 5.0.0-rc.1
1 parent 22c101d commit 435ac62

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
@@ -36,7 +36,7 @@ let package = Package(
3636
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
3737
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
3838
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
39-
.package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0-beta.4"),
39+
.package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0-rc.1"),
4040
// for SRP
4141
.package(url: "https://github.com/adam-fowler/big-num.git", .upToNextMajor(from: "2.0.0")),
4242
],

0 commit comments

Comments
 (0)