Skip to content

Commit 248ffbf

Browse files
author
Andrea Scuderi
committed
Remove unused dependencies
1 parent 05430a6 commit 248ffbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ let package = Package(
1818
dependencies: [
1919
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.1"),
2020
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.1.0"),
21-
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
22-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
2321
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.11.2"),
2422
],
2523
targets: [

0 commit comments

Comments
 (0)