fix package warnings

This commit is contained in:
Yonas Kolb 2023-08-13 00:10:05 +10:00
parent 5f1efd90ef
commit 3a25334c74

View File

@ -19,11 +19,11 @@ let package = Package(
.package(url: "https://github.com/tuist/XcodeProj.git", from: "8.12.0"),
.package(url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.3"),
.package(url: "https://github.com/mxcl/Version", from: "2.0.0"),
.package(url: "https://github.com/SwiftDocOrg/GraphViz.git", .exact("0.2.0")),
.package(url: "https://github.com/SwiftDocOrg/GraphViz.git", exact: "0.2.0"),
],
targets: [
.target(name: "XcodeGen", dependencies: [
.executableTarget(name: "XcodeGen", dependencies: [
"XcodeGenCLI",
"Version",
]),