Skip to content

Commit

Permalink
Use package(url:from:) for swift-argument-parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pablocornejo committed Aug 26, 2022
1 parent e0b31e1 commit 360205f
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 @@ -9,7 +9,7 @@ var mockoloFrameworkTargetDependencies: [Target.Dependency] = [
]

#if swift(>=5.6)
dependencies.append(.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.0.1")))
dependencies.append(.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.1"))
#else
dependencies.append(.package(url: "https://github.com/apple/swift-argument-parser", "1.0.1"..."1.0.3"))
#endif
Expand Down

0 comments on commit 360205f

Please sign in to comment.