8000 use `from` instead of `branch` for AWS Lambda Runtime dependency · FranzBusch/swift-openapi-lambda@348a802 · GitHub
[go: up one dir, main page]

Skip to content

Commit 348a802

Browse files
committed
use from instead of branch for AWS Lambda Runtime dependency
1 parent 22b6bbf commit 348a802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
products: [.library(name: "OpenAPILambda", targets: ["OpenAPILambda"])],
1212
dependencies: [
1313
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
14-
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.1"),
14+
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.1"),
1515
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
1616
.package(url: "https://github.com/apple/swift-docc-plugin", branch: "main"),
1717
],

0 commit comments

Comments
 (0)
0