Skip to content

Commit

Permalink
Bump swift-argument-parser from 0.4.4 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-dependency-updater authored and Nef10 committed Sep 11, 2021
1 parent b51d309 commit 44eb4a3
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": "83b23d940471b313427da226196661856f6ba3e0",
"version": "0.4.4"
"revision": "6b2aa2748a7881eebb9f84fb10c01293e15b52ca",
"version": "0.5.0"
}
},
{
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: "0.4.3")
.upToNextMinor(from: "0.5.0")
),
.package(
url: "https://github.com/scottrhoyt/SwiftyTextTable.git",
Expand Down

0 comments on commit 44eb4a3

Please sign in to comment.