Skip to content

Commit 62c551b

Browse files
committed
Add JWTKit to product dependencies
1 parent b65e705 commit 62c551b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ let package = Package(
7474
.product(name: "SwiftPMDataModel-auto", package: "swift-package-manager"),
7575
.product(name: "SwiftPMPackageCollections", package: "swift-package-manager"),
7676
.product(name: "Vapor", package: "vapor"),
77-
.product(name: "SotoCognitoAuthentication", package: "soto-cognito-authentication")
77+
.product(name: "SotoCognitoAuthentication", package: "soto-cognito-authentication"),
78+
.product(name: "JWTKit", package: "jwt-kit")
7879
],
7980
swiftSettings: swiftSettings,
8081
linkerSettings: [.unsafeFlags(["-Xlinker", "-interposable"],

0 commit comments

Comments
 (0)