Skip to content

Commit f298a3d

Browse files
committed
Update argument parser dependency
1 parent 0e94e1e commit f298a3d

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
@@ -29,7 +29,7 @@ let package = Package(
2929
// Dependencies declare other packages that this package depends on.
3030
.package(url: "https://github.com/Apodini/ApodiniTypeInformation.git", .upToNextMinor(from: "0.2.0")),
3131
.package(url: "https://github.com/kylef/PathKit.git", .exact("0.9.2")),
32-
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.3.0"),
32+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
3333
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
3434
.package(url: "https://github.com/omochi/FineJSON.git", .exact("1.14.0")),
3535
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0")

0 commit comments

Comments
 (0)