update to use major version only

This commit is contained in:
Jonathan Guthrie 2017-03-28 11:05:59 -04:00
parent f6de4838c8
commit 10e1a8a561
1 changed files with 1 additions and 1 deletions

View File

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