Skip to content

Commit 059394a

Browse files
authored
SPI Prep (#6)
* Add required .git * Add manifest
1 parent 1682e1e commit 059394a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.spi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets: [LambdaExtrasCore, LambdaExtras, LambdaMocks]

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)