This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ let package = Package(
88 dependencies: [
99 // Dependencies declare other packages that this package depends on.
1010 //.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 " )
11+ . package ( url: " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin " , from: " 1.0.0-alpha.1 " )
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 @@ -8,7 +8,7 @@ let package = Package(
88 dependencies: [
99 // Dependencies declare other packages that this package depends on.
1010 //.package(path: "../../../aws-lambda-swift-sprinter-core"),
11- . package ( url: " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core " , from: " 1.0.0 " )
11+ . package ( url: " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core " , from: " 1.0.0-alpha.1 " )
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 @@ -8,7 +8,7 @@ let package = Package(
88 // Dependencies declare other packages that this package depends on.
99 // .package(url: /* package url */, from: "1.0.0"),
1010 //.package(path: "../../../aws-lambda-swift-sprinter-core"),
11- . package ( url: " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core " , from: " 1.0.0 " )
11+ . package ( url: " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core " , from: " 1.0.0-alpha.1 " )
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 ] ,
Original file line number Diff line number Diff line change 11# aws-lambda-swift-sprinter
22
3- [ ![ Swift 5] ( https://img.shields.io/badge/Swift-5.0-blue.svg )] ( https://swift.org/download/ ) ![ ] ( https://img.shields.io/badge/version-1.0.0. alpha.1-red )
3+ [ ![ Swift 5] ( https://img.shields.io/badge/Swift-5.0-blue.svg )] ( https://swift.org/download/ ) ![ ] ( https://img.shields.io/badge/version-1.0.0-- alpha.1-red )
44
55![ ] ( ./images/aws-lambda-swift-sprinter.png )
66
You can’t perform that action at this time.
0 commit comments