@@ -42,7 +42,8 @@ let package = Package(
42
42
. package ( url: " https://github.com/pointfreeco/swift-parsing.git " , from: " 0.12.0 " ) ,
43
43
. package ( url: " https://github.com/pointfreeco/swift-snapshot-testing.git " , from: " 1.11.1 " ) ,
44
44
. package ( url: " https://github.com/scinfu/SwiftSoup.git " , from: " 2.3.2 " ) ,
45
- . package ( url: " https://github.com/soto-project/soto.git " , from: " 7.0.0 " ) ,
45
+ . package ( url: " https://github.com/soto-project/soto.git " , from: " 6.0.0 " ) ,
46
+ . package ( url: " https://github.com/vapor-community/soto-cognito-authentication.git " , from: " 4.0.0 " ) ,
46
47
. package ( url: " https://github.com/vapor/fluent-postgres-driver.git " , from: " 2.0.0 " ) ,
47
48
. package ( url: " https://github.com/vapor/fluent.git " , from: " 4.0.0 " ) ,
48
49
. package ( url: " https://github.com/vapor/jwt-kit.git " , from: " 4.13.0 " ) ,
@@ -72,6 +73,7 @@ let package = Package(
72
73
. product( name: " SwiftPMPackageCollections " , package : " swift-package-manager " ) ,
73
74
. product( name: " Vapor " , package : " vapor " ) ,
74
75
. product( name: " VaporToOpenAPI " , package : " VaporToOpenAPI " ) ,
76
+ . product( name: " SotoCognitoAuthentication " , package : " soto-cognito-authentication " )
75
77
] ,
76
78
swiftSettings: swiftSettings,
77
79
linkerSettings: [ . unsafeFlags( [ " -Xlinker " , " -interposable " ] ,
0 commit comments