mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
⬆️ Nimble (9.2.0)
This commit is contained in:
parent
d39058c7be
commit
c372dbc9fd
2 changed files with 3 additions and 3 deletions
|
@ -33,8 +33,8 @@
|
||||||
"repositoryURL": "https://github.com/Quick/Nimble.git",
|
"repositoryURL": "https://github.com/Quick/Nimble.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "d258c638d9ef214723a857a23f4113773aad28fb",
|
"revision": "af1730dde4e6c0d45bf01b99f8a41713ce536790",
|
||||||
"version": "9.1.0"
|
"version": "9.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,7 @@ let package = Package(
|
||||||
dependencies: [
|
dependencies: [
|
||||||
// Dependencies declare other packages that this package depends on.
|
// 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/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/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/PromiseKit.git", from: "6.13.3"),
|
||||||
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
|
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
|
||||||
|
|
Loading…
Reference in a new issue