Skip to content

Commit

Permalink
Update dependency apple/swift-argument-parser to from: "1.4.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 250fa31 commit 3667cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let package = Package(
.package(
url: "https://github.com/apple/swift-tools-support-core.git",
.upToNextMajor(from: "0.5.2")),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 3667cdb

Please sign in to comment.