Skip to content

Commit

Permalink
Update dependency apple/swift-argument-parser to from: "1.2.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent b0f0679 commit 7c09d1a
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.2.3"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 7c09d1a

Please sign in to comment.