We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f70a8f6 + 675880a commit 212acb8Copy full SHA for 212acb8
Sources/SPMGraphConfigSetup/Resources/Package.txt
@@ -18,9 +18,10 @@ let package = Package(
18
],
19
dependencies: [
20
// TODO: Change it to HTTP when made public
21
+ // TODO: Automate updating the revision based on the matching release
22
.package(
23
url: "git@github.com:getyourguide/spmgraph.git",
- exact: "0.0.5"
24
+ revision: "f70a8f6d35ac40e4875d1822c36ddc15e0ca27ab"
25
),
26
27
// TODO: Review which tag / Swift release to use
0 commit comments