Skip to content

Commit c8357ea

Browse files
chore(deps): update dependency apple/swift-argument-parser to from: "1.6.2"
1 parent 77933e5 commit c8357ea

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
@@ -13,7 +13,7 @@ let package = Package(
1313
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"),
1414
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
1515
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.21.2"),
16-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0")
16+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.2")
1717
],
1818
targets: [
1919
.target(name: "Models"),

0 commit comments

Comments
 (0)