File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ let package = Package(
14
14
dependencies: [
15
15
. package ( url: " https://github.com/apple/swift-openapi-generator.git " , from: " 1.4.0 " ) ,
16
16
. package ( url: " https://github.com/apple/swift-openapi-runtime.git " , from: " 1.8.2 " ) ,
17
- . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , from: " 2.0.0-beta.2 " ) ,
17
+ . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , from: " 2.0.0-beta.3 " ) ,
18
18
. package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 1.2.0 " ) ,
19
19
// .package(url: "https://github.com/swift-server/swift-openapi-lambda.git", from: "0.3.0"),
20
20
. package ( name: " swift-openapi-lambda " , path: " ../.. " ) ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ let package = Package(
9
9
products: [ . library( name: " OpenAPILambda " , targets: [ " OpenAPILambda " ] ) ] ,
10
10
dependencies: [
11
11
. package ( url: " https://github.com/apple/swift-openapi-runtime.git " , from: " 1.8.2 " ) ,
12
- . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , from: " 2.0.0-beta.2 " ) ,
12
+ . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , from: " 2.0.0-beta.3 " ) ,
13
13
. package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 1.2.0 " ) ,
14
14
] ,
15
15
targets: [
You can’t perform that action at this time.
0 commit comments