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(
19
19
)
20
20
] ,
21
21
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 " ) ,
23
23
. package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 0.5.0 " ) ,
24
24
. package ( url: " https://github.com/swift-server/async-http-client.git " , from: " 1.22.0 " ) ,
25
25
. 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 {
85
85
self . buffer = buffer
86
86
}
87
87
88
- func write( _ buffer: ByteBuffer ) async throws {
88
+ func write( _ buffer: ByteBuffer , hasCustomHeaders : Bool ) async throws {
89
89
fatalError ( " Unexpected call " )
90
90
}
91
91
You can’t perform that action at this time.
0 commit comments