Skip to content

Commit

Permalink
Update argument parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Sep 25, 2021
1 parent 0e94e1e commit f298a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/Apodini/ApodiniTypeInformation.git", .upToNextMinor(from: "0.2.0")),
.package(url: "https://github.com/kylef/PathKit.git", .exact("0.9.2")),
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.3.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/omochi/FineJSON.git", .exact("1.14.0")),
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0")
Expand Down

0 comments on commit f298a3d

Please sign in to comment.