Switching dep back just in case

This commit is contained in:
Kyle Jessup 2019-03-26 12:21:15 -04:00
parent fe48e5f421
commit ce82a37548
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let package = Package(
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/PerfectlySoft/PerfectLib.git", from: "3.0.0"), .package(url: "https://github.com/PerfectlySoft/PerfectLib.git", from: "3.0.0"),
.package(url: "https://github.com/iamjono/SwiftMoment.git", from: "1.0.0") .package(url: "https://github.com/kjessup/SwiftMoment.git", from: "1.0.0")
], ],
targets: [ targets: [
.target(name: "StORM", dependencies: [ .target(name: "StORM", dependencies: [