From 881858a50820141d04e6577d0b16be901d4be0ba Mon Sep 17 00:00:00 2001 From: Dave Verwer Date: Wed, 18 Sep 2024 14:49:14 +0100 Subject: [PATCH] Roll back to Soto 6.x until the Cognito libraries support 7.x. --- Package.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Package.swift b/Package.swift index e280e0081..2fc3f3eb1 100644 --- a/Package.swift +++ b/Package.swift @@ -48,6 +48,7 @@ let package = Package( .package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"), .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"), .package(url: "https://github.com/vapor/vapor.git", from: "4.102.0"), + .package(url: "https://github.com/vapor-community/soto-cognito-authentication.git", from: "4.0.0") ], targets: [ .executableTarget(name: "Run", dependencies: ["App"]),