Skip to content

Commit 212acb8

Browse files
authored
Merge pull request #22 from getyourguide/fix-config-resolution
Fix config package resolution by using spmgraph revision
2 parents f70a8f6 + 675880a commit 212acb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SPMGraphConfigSetup/Resources/Package.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ let package = Package(
1818
],
1919
dependencies: [
2020
// TODO: Change it to HTTP when made public
21+
// TODO: Automate updating the revision based on the matching release
2122
.package(
2223
url: "git@github.com:getyourguide/spmgraph.git",
23-
exact: "0.0.5"
24+
revision: "f70a8f6d35ac40e4875d1822c36ddc15e0ca27ab"
2425
),
2526

2627
// TODO: Review which tag / Swift release to use

0 commit comments

Comments
 (0)