Skip to content

Commit

Permalink
Bump Swift Argument Parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedos committed Nov 3, 2021
1 parent bf41548 commit 0b48f25
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 @@ -34,7 +34,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/JohnSundell/Files", from: "4.0.0"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.41.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/jpsim/Yams.git", from: "4.0.4"),
],
targets: [
Expand Down

0 comments on commit 0b48f25

Please sign in to comment.