@@ -38,7 +38,6 @@ 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 " ) ,
4241 . package ( url: " https://github.com/pointfreeco/swift-custom-dump.git " , from: " 1.0.0 " ) ,
4342 . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.5.2 " ) ,
4443 . package ( url: " https://github.com/pointfreeco/swift-parsing.git " , from: " 0.12.0 " ) ,
@@ -50,6 +49,7 @@ let package = Package(
5049 . package ( url: " https://github.com/vapor/fluent.git " , from: " 4.0.0 " ) ,
5150 . package ( url: " https://github.com/vapor/jwt-kit.git " , from: " 4.13.0 " ) ,
5251 . 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