Skip to content

Commit 34a38fd

Browse files
Bump github.com/apple/swift-argument-parser from 1.0.3 to 1.3.0 (#29)
Bumps [github.com/apple/swift-argument-parser](https://github.com/apple/swift-argument-parser) from 1.0.3 to 1.3.0. - [Release notes](https://github.com/apple/swift-argument-parser/releases) - [Commits](apple/swift-argument-parser@1.0.3...1.3.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-argument-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathew Gacy <[email protected]>
1 parent e416b7d commit 34a38fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.plugin(name: "LingoPlugin", targets: ["LingoPlugin"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.0")),
16+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
1717
.package(url: "https://github.com/mobelux/swift-version-file-plugin.git", from: "0.2.0")
1818
],
1919
targets: [

0 commit comments

Comments
 (0)