mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
⬆️ PromiseKit (6.14.0)
This commit is contained in:
parent
894447eede
commit
2a9c41aa37
2 changed files with 3 additions and 3 deletions
|
@ -42,8 +42,8 @@
|
||||||
"repositoryURL": "https://github.com/mxcl/PromiseKit.git",
|
"repositoryURL": "https://github.com/mxcl/PromiseKit.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "aea48ea1855f5d82e2dffa6027afce3aab8f3dd7",
|
"revision": "cf94b87e50e6c21bf42887e3474a2785f1049591",
|
||||||
"version": "6.13.3"
|
"version": "6.14.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,7 @@ let package = Package(
|
||||||
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.18.0"),
|
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.18.0"),
|
||||||
.package(url: "https://github.com/Quick/Nimble.git", from: "9.2.0"),
|
.package(url: "https://github.com/Quick/Nimble.git", from: "9.2.0"),
|
||||||
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
|
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
|
||||||
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.13.3"),
|
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.14.0"),
|
||||||
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
|
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
|
|
Loading…
Reference in a new issue