Skip to content

Commit

Permalink
Merge pull request #6 from pixyzehn/bump-swift-argument-parser-versio…
Browse files Browse the repository at this point in the history
…n-to-1.0.2

Bump 'swift-argument-parser' version to 1.0.2
  • Loading branch information
luizmb authored Mar 3, 2022
2 parents 99e3a08 + d292c95 commit a9ed66c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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": "6b2aa2748a7881eebb9f84fb10c01293e15b52ca",
"version": "0.5.0"
"revision": "e1465042f195f374b94f915ba8ca49de24300a0d",
"version": "1.0.2"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let package = Package(
])
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "0.0.6")),
.package(url: "https://github.com/teufelaudio/FoundationExtensions", .upToNextMajor(from: "0.1.6"))
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.2"),
.package(url: "https://github.com/teufelaudio/FoundationExtensions", from: "0.1.6")
],
targets: [
.target(
Expand Down

0 comments on commit a9ed66c

Please sign in to comment.