⬆️ Nimble (9.2.0)

This commit is contained in:
Chris Araman 2021-05-09 11:01:49 -07:00
parent d39058c7be
commit c372dbc9fd
2 changed files with 3 additions and 3 deletions

View file

@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/Quick/Nimble.git",
"state": {
"branch": null,
"revision": "d258c638d9ef214723a857a23f4113773aad28fb",
"version": "9.1.0"
"revision": "af1730dde4e6c0d45bf01b99f8a41713ce536790",
"version": "9.2.0"
}
},
{

View file

@ -22,7 +22,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.18.0"),
.package(url: "https://github.com/Quick/Nimble.git", from: "9.1.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.13.3"),
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),