Skip to content

Commit

Permalink
Set Swift argument parser version to 1.2.1. (#17)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1204360441340374/f
Tech Design URL:
CC:

Description:

This PR updates the Swift Argument Parser version, ahead of adding a SwiftLint package plugin to BSK. Right now, SwiftLint and TRK aren't compatible due to this resolution conflict.
  • Loading branch information
samsymons authored Apr 12, 2023
1 parent 4684440 commit ee8adbd
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": "fee6933f37fde9a5e12a1e4aeaa93fe60116ff2a",
"version": "1.2.2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
targets: ["TrackerRadarKit"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.4.3")
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.1")
],
targets: [
.target(
Expand Down

0 comments on commit ee8adbd

Please sign in to comment.