Skip to content

Commit f4b422a

Browse files
chore(deps): update dependency apple/swift-argument-parser to from: "1.3.1"
1 parent 4067225 commit f4b422a

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", branch: "main"),
1414
.package(url: "https://github.com/soto-project/soto.git", from: "6.8.0"),
1515
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.20.1"),
16-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0")
16+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.1")
1717
],
1818
targets: [
1919
.target(name: "Models"),

0 commit comments

Comments
 (0)