Skip to content

Commit

Permalink
Merge pull request #10 from ileitch/update-sap-100
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Sep 14, 2021
2 parents 87f4220 + dad829a commit ea41d13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "986d191f94cec88f6350056da59c2e59e83d1229",
"version": "0.4.3"
"revision": "fd4c3b68a0c04c4c6cda27f0213c3703d50080e8",
"version": "1.0.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["IndexDumpTool"]),
],
dependencies: [
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.0")),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.0.0")),
],
targets: [
.target(
Expand Down

0 comments on commit ea41d13

Please sign in to comment.