Merge pull request #3 from keith/ks/update-commander

Update Commander to fix warning
This commit is contained in:
Milen Dzhumerov 2018-07-24 21:31:28 +01:00 committed by GitHub
commit c47c981cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 1 deletions

25
Package.resolved Normal file
View File

@ -0,0 +1,25 @@
{
"object": {
"pins": [
{
"package": "Commander",
"repositoryURL": "https://github.com/kylef/Commander.git",
"state": {
"branch": null,
"revision": "e5b50ad7b2e91eeb828393e89b03577b16be7db9",
"version": "0.8.0"
}
},
{
"package": "Spectre",
"repositoryURL": "https://github.com/kylef/Spectre",
"state": {
"branch": null,
"revision": "e34d5687e1e9d865e3527dd58bc2f7464ef6d936",
"version": "0.8.0"
}
}
]
},
"version": 1
}

View File

@ -42,7 +42,7 @@ let package = Package(
dependencies: [
.Package(
url: "https://github.com/kylef/Commander.git",
"0.6.0"
"0.8.0"
),
],
swiftLanguageVersions: [3]