File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tests/BreezeLambdaWebHookTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ let package = Package(
1919 )
2020 ] ,
2121 dependencies: [
22- . package ( url: " https://github.com/andrea-scuderi /swift-aws-lambda-runtime.git " , branch : " main " ) ,
22+ . package ( url: " https://github.com/swift-server /swift-aws-lambda-runtime.git " , from : " 2.0.0-beta.1 " ) ,
2323 . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 0.5.0 " ) ,
2424 . package ( url: " https://github.com/swift-server/async-http-client.git " , from: " 1.22.0 " ) ,
2525 . package ( url: " https://github.com/swift-server/swift-service-lifecycle.git " , from: " 2.6.3 " ) ,
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ final actor MockLambdaResponseStreamWriter: LambdaResponseStreamWriter {
8585 self . buffer = buffer
8686 }
8787
88- func write( _ buffer: ByteBuffer ) async throws {
88+ func write( _ buffer: ByteBuffer , hasCustomHeaders : Bool ) async throws {
8989 fatalError ( " Unexpected call " )
9090 }
9191
You can’t perform that action at this time.
0 commit comments