Skip to content

Commit

Permalink
Update swift package manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
hishma committed Jun 13, 2022
1 parent c02083f commit dfd67ea
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 @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "9564d61b08a5335ae0a36f789a7d71493eacadfc",
"version": "0.3.2"
"revision": "f3c9084a71ef4376f2fabbdf1d3d90a49f1fabdb",
"version": "1.1.2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/apple/swift-argument-parser",
from: "0.3.0"),
from: "1.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit dfd67ea

Please sign in to comment.