Skip to content

Commit ceef1d6

Browse files
committed
pin spmgraph to a revision in the config
1 parent 17256ea commit ceef1d6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Sources/SPMGraphConfigSetup/Resources/Package.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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 🙏

0 commit comments

Comments
 (0)