Update Commander to fix warning

This commit is contained in:
Keith Smiley 2018-07-14 16:53:13 -07:00
parent 0d27306232
commit 636a0f5e44
No known key found for this signature in database
GPG Key ID: 33BA60D44C7167F8
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]