Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 20ef227

Browse files
FIX: Update Package.swift dependencies
1 parent eede1fe commit 20ef227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ let package = Package(
1414
],
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
17-
.package(path: "../aws-lambda-swift-sprinter-core/"),
18-
//.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
17+
//.package(path: "../aws-lambda-swift-sprinter-core/"),
18+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
1919
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0-alpha.3"),
2020
],
2121
targets: [

0 commit comments

Comments
 (0)