mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
⬆️ PromiseKit (6.16.0)
This commit is contained in:
parent
e6233ee122
commit
13bb4d1c57
2 changed files with 3 additions and 3 deletions
|
@ -42,8 +42,8 @@
|
|||
"repositoryURL": "https://github.com/mxcl/PromiseKit.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "d2f7ba14bcdc45e18f4f60ad9df883fb9055f081",
|
||||
"version": "6.15.3"
|
||||
"revision": "2ff97931d2721ecae9f94d8cbf4cf853a7d79180",
|
||||
"version": "6.16.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/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.15.3"),
|
||||
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.0"),
|
||||
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.1"),
|
||||
],
|
||||
targets: [
|
||||
|
|
Loading…
Reference in a new issue