Updating the StORM package so we dont have SPM conflicts

This commit is contained in:
Ryan 2019-01-05 16:17:59 -05:00
parent 5c41d236e9
commit d85e12546c
1 changed files with 1 additions and 1 deletions

View File

@ -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"),
],