Skip to content

Commit

Permalink
Update dependency apple/swift-argument-parser to from: "1.5.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stefanceriu committed Jul 19, 2024
1 parent a436ea6 commit 74907d3
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 @@ -12,7 +12,7 @@ let package = Package(
.executable(name: "tools", targets: ["Tools"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.4.0")),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.5.0")),
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "e5eaab1558ef664e6cd80493f64259381670fb3a"),
// .package(path: "../../../swift-command-line-tools"),
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "5.1.3"))
Expand Down

0 comments on commit 74907d3

Please sign in to comment.