⬆️ PromiseKit (6.16.0)

This commit is contained in:
Chris Araman 2021-09-25 10:21:23 -07:00
parent e6233ee122
commit 13bb4d1c57
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", "repositoryURL": "https://github.com/mxcl/PromiseKit.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "d2f7ba14bcdc45e18f4f60ad9df883fb9055f081", "revision": "2ff97931d2721ecae9f94d8cbf4cf853a7d79180",
"version": "6.15.3" "version": "6.16.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/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/Nimble.git", from: "9.2.1"),
.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.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"), .package(url: "https://github.com/mxcl/Version.git", from: "2.0.1"),
], ],
targets: [ targets: [