⬆️ PromiseKit (6.15.0)

This commit is contained in:
Chris Araman 2021-05-24 17:42:36 -07:00
parent 12389e41b1
commit 6e8c7210a4
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0
2 changed files with 3 additions and 3 deletions

View file

@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/mxcl/PromiseKit.git",
"state": {
"branch": null,
"revision": "cf94b87e50e6c21bf42887e3474a2785f1049591",
"version": "6.14.0"
"revision": "8a99286c79693f7da2d5f5b42972b491fb810a3d",
"version": "6.15.0"
}
},
{

View file

@ -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.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"),
],
targets: [