mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
⬆️ PromiseKit (6.16.2)
This commit is contained in:
parent
b073c740ed
commit
707a925b26
2 changed files with 3 additions and 3 deletions
|
@ -42,8 +42,8 @@
|
|||
"repositoryURL": "https://github.com/mxcl/PromiseKit.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "00afea5360bf1c02ac83209c2c8991f73b5a4e7d",
|
||||
"version": "6.16.1"
|
||||
"revision": "93c8d41ce96ed78f36c3948be396d76f3ca3de1b",
|
||||
"version": "6.16.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@ let package = Package(
|
|||
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.18.0"),
|
||||
.package(url: "https://github.com/Quick/Nimble.git", from: "9.2.1"),
|
||||
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
|
||||
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.1"),
|
||||
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.2"),
|
||||
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.1"),
|
||||
],
|
||||
targets: [
|
||||
|
|
Loading…
Reference in a new issue