@@ -38,6 +38,7 @@ let package = Package(
3838 . package ( url: " https://github.com/SwiftPackageIndex/ShellOut.git " , from: " 3.1.4 " ) ,
3939 . package ( url: " https://github.com/swiftlang/swift-package-manager.git " , branch: " release/5.10 " ) ,
4040 . package ( url: " https://github.com/dankinsoid/VaporToOpenAPI.git " , from: " 4.4.4 " ) ,
41+ . package ( url: " https://github.com/pointfreeco/swift-concurrency-extras.git " , branch: " main " ) ,
4142 . package ( url: " https://github.com/pointfreeco/swift-custom-dump.git " , from: " 1.0.0 " ) ,
4243 . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.5.2 " ) ,
4344 . package ( url: " https://github.com/pointfreeco/swift-parsing.git " , from: " 0.12.0 " ) ,
@@ -49,7 +50,6 @@ let package = Package(
4950 . package ( url: " https://github.com/vapor/fluent.git " , from: " 4.0.0 " ) ,
5051 . package ( url: " https://github.com/vapor/jwt-kit.git " , from: " 4.13.0 " ) ,
5152 . package ( url: " https://github.com/vapor/vapor.git " , from: " 4.102.0 " ) ,
52- . package ( url: " https://github.com/finestructure/swift-concurrency-extras.git " , branch: " support-typed-throws " ) ,
5353 ] ,
5454 targets: [
5555 . executableTarget( name: " Run " , dependencies: [ " App " ] ) ,
0 commit comments