Skip to content

Commit 4f303a6

Browse files
committed
Add PackageConfig to dev dependencies
1 parent 59baab6 commit 4f303a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ let devDependencies: [Package.Dependency] = isDevelop
2626
swiftLint,
2727
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.17.0"),
2828
.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")),
2930
] : []
3031
let devTargets: [Target] = isDevelop
3132
? [
@@ -45,7 +46,7 @@ let devTargets: [Target] = isDevelop
4546
"DangerDependenciesResolver",
4647
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
4748
],
48-
exclude: ["__Snapshots__"]),
49+
exclude: ["__Snapshots__"])
4950
]
5051
: []
5152

0 commit comments

Comments
 (0)