mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
⬆️ PromiseKit (6.15.0)
This commit is contained in:
parent
12389e41b1
commit
6e8c7210a4
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": "cf94b87e50e6c21bf42887e3474a2785f1049591",
|
"revision": "8a99286c79693f7da2d5f5b42972b491fb810a3d",
|
||||||
"version": "6.14.0"
|
"version": "6.15.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.14.0"),
|
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.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