We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f749509 commit ea1bd5cCopy full SHA for ea1bd5c
Package.swift
@@ -31,7 +31,8 @@ let package = Package(
31
dependencies: [
32
.package(
33
url: "https://github.com/tuist/GraphViz.git",
34
- branch: "main" // a few commits ahead of the deprecated GraphViz original repo. It also includes Xcode 16 fixes.
+ // a few commits ahead of the deprecated GraphViz original repo. It also includes Xcode 16 fixes.
35
+ revision: "083bccf9e492fd5731dd288a46741ea80148f508"
36
),
37
38
url: "https://github.com/apple/swift-argument-parser.git",
0 commit comments