This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ let package = Package(
77 name: " HTTPSRequest " ,
88 dependencies: [
99 // Dependencies declare other packages that this package depends on.
10- . package ( path: " ../../../aws-lambda-swift-sprinter-nio-plugin " ) ,
11- // .package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0")
10+ // .package(path: "../../../aws-lambda-swift-sprinter-nio-plugin"),
11+ . package ( url: " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin " , from: " 1.0.0 " )
1212 . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
1313 ] ,
1414 targets: [
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ let package = Package(
77 name: " HelloWorld " ,
88 dependencies: [
99 // Dependencies declare other packages that this package depends on.
10- . package ( path: " ../../../aws-lambda-swift-sprinter-core " ) ,
11- // .package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
10+ // .package(path: "../../../aws-lambda-swift-sprinter-core"),
11+ . package ( url: " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core " , from: " 1.0.0 " )
1212 ] ,
1313 targets: [
1414 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ let package = Package(
77 dependencies: [
88 // Dependencies declare other packages that this package depends on.
99 // .package(url: /* package url */, from: "1.0.0"),
10- . package ( path: " ../../../aws-lambda-swift-sprinter-core " ) ,
11- // .package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
10+ // .package(path: "../../../aws-lambda-swift-sprinter-core"),
11+ . package ( url: " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core " , from: " 1.0.0 " )
1212 . package ( url: " https://github.com/swift-aws/aws-sdk-swift.git " , . branch( " nio2.0 " ) ) ,
1313 . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
1414 ] ,
You can’t perform that action at this time.
0 commit comments