@@ -38,7 +38,6 @@ let package = Package(
38
38
. package ( url: " https://github.com/SwiftPackageIndex/ShellOut.git " , from: " 3.1.4 " ) ,
39
39
. package ( url: " https://github.com/swiftlang/swift-package-manager.git " , branch: " release/5.10 " ) ,
40
40
. 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 " ) ,
42
41
. package ( url: " https://github.com/pointfreeco/swift-custom-dump.git " , from: " 1.0.0 " ) ,
43
42
. package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.5.2 " ) ,
44
43
. package ( url: " https://github.com/pointfreeco/swift-parsing.git " , from: " 0.12.0 " ) ,
@@ -50,6 +49,7 @@ let package = Package(
50
49
. package ( url: " https://github.com/vapor/fluent.git " , from: " 4.0.0 " ) ,
51
50
. package ( url: " https://github.com/vapor/jwt-kit.git " , from: " 4.13.0 " ) ,
52
51
. 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 " ) ,
53
53
] ,
54
54
targets: [
55
55
. executableTarget( name: " Run " , dependencies: [ " App " ] ) ,
0 commit comments