Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ad6ddb

Browse files
committed
update SwiftCLI
1 parent 4339007 commit 9ad6ddb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0"),
1818
.package(url: "https://github.com/onevcat/Rainbow.git", from: "3.0.0"),
1919
.package(url: "https://github.com/tuist/XcodeProj.git", from: "7.4.0"),
20-
.package(url: "https://github.com/jakeheis/SwiftCLI.git", .upToNextMinor(from: "5.3.2")),
20+
.package(url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.0"),
2121
],
2222
targets: [
2323
.target(name: "XcodeGen", dependencies: [

0 commit comments

Comments
 (0)