Skip to content

Commit

Permalink
Bump swift-argument-parser from 1.0.3 to 1.1.1 (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: swift-dependency-updater <>
Co-authored-by: Steffen Kötte <steffen.koette@gmail.com>
  • Loading branch information
swift-dependency-updater[bot] and Nef10 committed Mar 21, 2022
1 parent b5aefdf commit d357af9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "e394bf350e38cb100b6bc4172834770ede1b7232",
"version": "1.0.3"
"revision": "82905286cc3f0fa8adc4674bf49437cab65a8373",
"version": "1.1.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
),
.package(
url: "https://github.com/apple/swift-argument-parser",
.upToNextMinor(from: "1.0.1")
.upToNextMinor(from: "1.1.1")
),
.package(
url: "https://github.com/scottrhoyt/SwiftyTextTable.git",
Expand Down

0 comments on commit d357af9

Please sign in to comment.