Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-argument-parser to from: "…
Browse files Browse the repository at this point in the history
…1.5.0"
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent dbe5680 commit 45e98f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/swiftpm/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "example",
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 45e98f3

Please sign in to comment.