We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e94e1e commit f298a3dCopy full SHA for f298a3d
Package.swift
@@ -29,7 +29,7 @@ let package = Package(
29
// Dependencies declare other packages that this package depends on.
30
.package(url: "https://github.com/Apodini/ApodiniTypeInformation.git", .upToNextMinor(from: "0.2.0")),
31
.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"),
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
33
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
34
.package(url: "https://github.com/omochi/FineJSON.git", .exact("1.14.0")),
35
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0")
0 commit comments