update for s4p3

This commit is contained in:
Jonathan Guthrie 2017-09-29 15:00:18 -04:00
parent 808c8ee58f
commit 07dc131e51
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -71,3 +71,4 @@ buildlinux
/.packages_lin
/.build_lin
Package.pins
Package.resolved

View File

@ -5,7 +5,7 @@ let package = Package(
name: "StORM",
targets: [],
dependencies: [
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 2),
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 3),
.Package(url: "https://github.com/iamjono/SwiftMoment.git", majorVersion: 0),
]
)