@@ -35,7 +35,6 @@ let package = Package(
3535 . package ( url: " https://github.com/SwiftPackageIndex/SPIManifest.git " , from: " 1.2.0 " ) ,
3636 . package ( url: " https://github.com/SwiftPackageIndex/SemanticVersion.git " , from: " 0.3.0 " ) ,
3737 . package ( url: " https://github.com/SwiftPackageIndex/ShellOut.git " , from: " 3.1.4 " ) ,
38- . package ( url: " https://github.com/swiftlang/swift-package-manager.git " , branch: " release/6.1 " ) ,
3938 . package ( url: " https://github.com/pointfreeco/swift-custom-dump.git " , from: " 1.0.0 " ) ,
4039 . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.8.0 " ) ,
4140 . package ( url: " https://github.com/pointfreeco/swift-parsing.git " , from: " 0.12.0 " ) ,
@@ -71,8 +70,6 @@ let package = Package(
7170 . product( name: " Parsing " , package : " swift-parsing " ) ,
7271 . product( name: " Redis " , package : " redis " ) ,
7372 . product( name: " ShellOut " , package : " ShellOut " ) ,
74- . product( name: " SwiftPMDataModel-auto " , package : " swift-package-manager " ) ,
75- . product( name: " SwiftPMPackageCollections " , package : " swift-package-manager " ) ,
7673 . product( name: " Vapor " , package : " vapor " ) ,
7774 . product( name: " SotoCognitoAuthentication " , package : " soto-cognito-authentication " ) ,
7875 . product( name: " JWTKit " , package : " jwt-kit " )
0 commit comments