File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 1
2+ builder :
3+ configs :
4+ - documentation_targets : [LambdaExtrasCore, LambdaExtras, LambdaMocks]
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ let package = Package(
1616 dependencies: [
1717 . package ( url: " https://github.com/apple/swift-log.git " , . upToNextMajor( from: " 1.4.2 " ) ) ,
1818 . package ( url: " https://github.com/apple/swift-nio.git " , . upToNextMajor( from: " 2.43.1 " ) ) ,
19- . package ( url: " https://github.com/swift-server/swift-aws-lambda-events " , branch: " main " ) ,
20- . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime " , branch: " main " )
19+ . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , branch: " main " ) ,
20+ . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , branch: " main " )
2121 ] ,
2222 targets: [
2323 . target(
You can’t perform that action at this time.
0 commit comments