Skip to content

Commit

Permalink
Updated swift-argument-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigSiemens committed Jul 20, 2024
1 parent abb1bf7 commit bdc0e50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/craigsiemens/swift-argument-parser",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"branch" : "zsh-completion-option-group-646",
"revision" : "790feb26c99e0c89580be38f8b103344eabc226e"
"revision" : "41982a3656a71c768319979febd796c6fd111d5c",
"version" : "1.5.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(
url: "https://github.com/craigsiemens/swift-argument-parser",
branch: "zsh-completion-option-group-646"
url: "https://github.com/apple/swift-argument-parser",
from: "1.5.0"
),
.package(
url: "https://github.com/saagarjha/unxip",
Expand Down

0 comments on commit bdc0e50

Please sign in to comment.