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(
1414 dependencies: [
1515 . package ( url: " https://github.com/apple/swift-openapi-generator.git " , from: " 1.4.0 " ) ,
1616 . 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 " ) ,
1818 . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 1.2.0 " ) ,
1919 // .package(url: "https://github.com/swift-server/swift-openapi-lambda.git", from: "0.3.0"),
2020 . package ( name: " swift-openapi-lambda " , path: " ../.. " ) ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ let package = Package(
99 products: [ . library( name: " OpenAPILambda " , targets: [ " OpenAPILambda " ] ) ] ,
1010 dependencies: [
1111 . 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 " ) ,
1313 . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 1.2.0 " ) ,
1414 ] ,
1515 targets: [
You can’t perform that action at this time.
0 commit comments