@@ -29,13 +29,13 @@ let package = Package(
2929 dependencies: [
3030 . package ( url: " https://github.com/JohnSundell/Ink.git " , from: " 0.5.1 " ) ,
3131 . package ( url: " https://github.com/swift-server/swift-prometheus.git " , from: " 1.0.0 " ) ,
32+ . package ( url: " https://github.com/SwiftPackageIndex/Plot.git " , branch: " main " ) ,
3233 . package ( url: " https://github.com/SwiftPackageIndex/CanonicalPackageURL.git " , from: " 1.0.0 " ) ,
3334 . package ( url: " https://github.com/SwiftPackageIndex/DependencyResolution.git " , from: " 1.1.2 " ) ,
34- . package ( url: " https://github.com/SwiftPackageIndex/PackageCollections.git " , branch: " main " ) ,
35- . package ( url: " https://github.com/SwiftPackageIndex/Plot.git " , branch: " main " ) ,
3635 . package ( url: " https://github.com/SwiftPackageIndex/SPIManifest.git " , from: " 1.2.0 " ) ,
3736 . package ( url: " https://github.com/SwiftPackageIndex/SemanticVersion.git " , from: " 0.3.0 " ) ,
3837 . 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 " ) ,
3939 . package ( url: " https://github.com/pointfreeco/swift-custom-dump.git " , from: " 1.0.0 " ) ,
4040 . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.8.0 " ) ,
4141 . package ( url: " https://github.com/pointfreeco/swift-parsing.git " , from: " 0.12.0 " ) ,
@@ -68,10 +68,11 @@ let package = Package(
6868 . product( name: " DependencyResolution " , package : " DependencyResolution " ) ,
6969 . product( name: " Fluent " , package : " fluent " ) ,
7070 . product( name: " FluentPostgresDriver " , package : " fluent-postgres-driver " ) ,
71- . product( name: " PackageCollections " , package : " PackageCollections " ) ,
7271 . product( name: " Parsing " , package : " swift-parsing " ) ,
7372 . product( name: " Redis " , package : " redis " ) ,
7473 . product( name: " ShellOut " , package : " ShellOut " ) ,
74+ . product( name: " SwiftPMDataModel-auto " , package : " swift-package-manager " ) ,
75+ . product( name: " SwiftPMPackageCollections " , package : " swift-package-manager " ) ,
7576 . product( name: " Vapor " , package : " vapor " ) ,
7677 . product( name: " SotoCognitoAuthentication " , package : " soto-cognito-authentication " ) ,
7778 . product( name: " JWTKit " , package : " jwt-kit " )
0 commit comments