Skip to content

Commit

Permalink
[Dependecies] Update argument parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoPAlmeida committed Mar 19, 2022
1 parent 9755c06 commit 5ca7856
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.git",
"state": {
"branch": null,
"revision": "fd4c3b68a0c04c4c6cda27f0213c3703d50080e8",
"version": "1.0.0"
"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 @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .exact("0.50600.1")),
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser.git", .exact("1.0.0"))
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser.git", .exact("1.1.1"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 5ca7856

Please sign in to comment.