Skip to content

Commit 32ecb69

Browse files
yotamooYotam Ohayon
andauthored
updated swift argument parser (#40)
Co-authored-by: Yotam Ohayon <yotam.ohayon@gorillasapp.com>
1 parent 602a59b commit 32ecb69

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
],
1111
dependencies: [
1212
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "8.0.0")),
13-
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.0.1"),
13+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.1"),
1414
],
1515
targets: [
1616
.target(

0 commit comments

Comments
 (0)