reverting back to correct package

This commit is contained in:
Jonathan Guthrie 2018-01-31 15:46:47 -05:00
parent c417b1f955
commit 54741705b7
1 changed files with 1 additions and 1 deletions

View File

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