Updating the StORM package so we dont have SPM conflicts
This commit is contained in:
parent
5c41d236e9
commit
d85e12546c
|
@ -9,7 +9,7 @@ let package = Package(
|
|||
targets: ["StORM"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/PerfectlySoft/PerfectLib.git", from: "3.0.0"),
|
||||
.package(url: "https://github.com/ryancoyne/PerfectLib.git", from: "4.0.0"),
|
||||
.package(url: "https://github.com/ryancoyne/SwiftMoment.git", from: "1.0.0"),
|
||||
// .package(url: "https://github.com/ryancoyne/SwiftString.git", from: "2.0.0"),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue