File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Sources/SPMGraphConfigSetup/Resources Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ let package = Package(
1717 ),
1818 ],
1919 dependencies: [
20- // From `1.0.0` so that it always automatically picks and uses the latest release
21- // When developing it should be updated to the working branch
20+ // Pinned to the latest commit of the release, otherwise it fails because it depends
21+ // on the `swift-package-manager` that isn't a stable release.
22+ //
23+ // - Note: When developing it should be updated to the working branch
2224 .package(
2325 url: "https://github.com/getyourguide/spmgraph.git",
24- from : "1.0.0 "
26+ revision : "17256eaab5d1233bc21e174393bf0ee518287fa9 "
2527 ),
2628 // - Pinned to the the Swift 6.2 development / Xcode 16.3
2729 // It auto exports SwiftToolsSupport, so no need to directly depend it 🙏
You can’t perform that action at this time.
0 commit comments