File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11version : 1
22builder :
33 configs :
4- - documentation_targets : [AWSLambdaRuntimeCore, AWSLambdaRuntime]
4+ - documentation_targets : [AWSLambdaRuntime]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let package = Package(
2929 . product( name: " Logging " , package : " swift-log " ) ,
3030 . product( name: " NIOHTTP1 " , package : " swift-nio " ) ,
3131 . product( name: " NIOPosix " , package : " swift-nio " ) ,
32- . product( name: " ServiceLifecycle " , package : " swift-service-lifecycle " )
32+ . product( name: " ServiceLifecycle " , package : " swift-service-lifecycle " ) ,
3333 ] ,
3434 swiftSettings: [
3535 . define( " FoundationJSONSupport " ) ,
@@ -64,7 +64,7 @@ let package = Package(
6464 . testTarget(
6565 name: " AWSLambdaRuntimeTests " ,
6666 dependencies: [
67- . byName( name: " AWSLambdaRuntime " ) ,
67+ . byName( name: " AWSLambdaRuntime " )
6868 ]
6969 ) ,
7070 // testing helper
You can’t perform that action at this time.
0 commit comments