Skip to content

Commit

Permalink
Updated Arguments/Docopt for Swift 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Feb 10, 2020
1 parent 0fa92c1 commit 2a1fcf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/elegantchaos/Arguments.git",
"state": {
"branch": null,
"revision": "e17c144eb00b6d9e500c34eb09de265add523de2",
"version": "1.1.0"
"revision": "580f0f7886f1ac2c94358dbf042c5e00a93d69c8",
"version": "1.1.1"
}
},
{
"package": "Docopt",
"repositoryURL": "https://github.com/elegantchaos/docopt.swift.git",
"state": {
"branch": null,
"revision": "fa71fca4b4e7411c70a21ef89256cd04a64c6dda",
"version": "0.6.11"
"revision": "fe5bebd9829d1cf56bf062bca70809a09b7144b6",
"version": "0.6.12"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.library(name: "CommandShell", targets: ["CommandShell"])
],
dependencies: [
.package(url: "https://github.com/elegantchaos/Arguments.git", from: "1.1.0"),
.package(url: "https://github.com/elegantchaos/Arguments.git", from: "1.1.1"),
.package(url: "https://github.com/elegantchaos/Logger.git", from: "1.3.6"),
],
targets: [
Expand Down

0 comments on commit 2a1fcf8

Please sign in to comment.