Skip to content

Commit

Permalink
update to swift argument parser 1.2.3 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolsinga authored Sep 18, 2023
1 parent a19a82e commit b648eff
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 @@ -16,7 +16,7 @@ let package = Package(
.executable(name: "next_id", targets: ["next_id"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"),
],
targets: [
.target(name: "Site"),
Expand Down

0 comments on commit b648eff

Please sign in to comment.