mirror of
https://github.com/swift-server/swift-openapi-lambda.git
synced 2026-05-03 07:22:26 +00:00
use from instead of branch for AWS Lambda Runtime dependency
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ let package = Package(
|
||||
products: [.library(name: "OpenAPILambda", targets: ["OpenAPILambda"])],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
|
||||
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.1"),
|
||||
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.1"),
|
||||
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
|
||||
.package(url: "https://github.com/apple/swift-docc-plugin", branch: "main"),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user