Bump minumum required PackageConfig required version
This commit is contained in:
parent
2c4c22bb21
commit
0f5c976099
|
@ -17,7 +17,7 @@ let package = Package(
|
|||
.package(url: "https://github.com/jpsim/Yams", from: "1.0.0"),
|
||||
.package(url: "https://github.com/f-meloni/Logger", from: "0.2.2"),
|
||||
.package(url: "https://github.com/kareman/SwiftShell", from: "4.1.0"),
|
||||
.package(url: "https://github.com/orta/PackageConfig.git", from: "0.0.1"),
|
||||
.package(url: "https://github.com/orta/PackageConfig.git", from: "0.10.0"),
|
||||
// Dev Dependencies for testing.setup
|
||||
.package(url: "https://github.com/Quick/Nimble", from: "7.3.1"), // dev
|
||||
.package(url: "https://github.com/f-meloni/TestSpy", from: "0.3.1"), // dev
|
||||
|
|
Loading…
Reference in New Issue