We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59baab6 commit 4f303a6Copy full SHA for 4f303a6
Package.swift
@@ -26,6 +26,7 @@ let devDependencies: [Package.Dependency] = isDevelop
26
swiftLint,
27
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.17.0"),
28
.package(url: "https://github.com/shibapm/Rocket", from: "1.3.0"),
29
+ .package(url: "https://github.com/shibapm/PackageConfig.git", .upToNextMajor(from: "1.0.1")),
30
] : []
31
let devTargets: [Target] = isDevelop
32
? [
@@ -45,7 +46,7 @@ let devTargets: [Target] = isDevelop
45
46
"DangerDependenciesResolver",
47
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
48
],
- exclude: ["__Snapshots__"]),
49
+ exclude: ["__Snapshots__"])
50
]
51
: []
52
0 commit comments