Skip to content

Commit 26a804f

Browse files
authored
Merge pull request #32 from jordanebelanger/update-vapor-jwt
Update vapor/jwt-kit
2 parents 100c049 + c89c2ea commit 26a804f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let package = Package(
2424
),
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.1.0"),
28-
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0-rc")
27+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.2.0"),
28+
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0")
2929
],
3030
targets: [
3131
.target(

0 commit comments

Comments
 (0)