mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
⬆️ Nimble (9.2.1)
This commit is contained in:
parent
ca8684a142
commit
e7b2ca88de
2 changed files with 7 additions and 7 deletions
|
@ -24,8 +24,8 @@
|
|||
"repositoryURL": "https://github.com/mattgallagher/CwlPreconditionTesting.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "02b7a39a99c4da27abe03cab2053a9034379639f",
|
||||
"version": "2.0.0"
|
||||
"revision": "0630439888c94657a235ffcd5977d6047ef3c87b",
|
||||
"version": "2.0.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -33,8 +33,8 @@
|
|||
"repositoryURL": "https://github.com/Quick/Nimble.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "af1730dde4e6c0d45bf01b99f8a41713ce536790",
|
||||
"version": "9.2.0"
|
||||
"revision": "c93f16c25af5770f0d3e6af27c9634640946b068",
|
||||
"version": "9.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -60,8 +60,8 @@
|
|||
"repositoryURL": "https://github.com/apple/swift-argument-parser.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "986d191f94cec88f6350056da59c2e59e83d1229",
|
||||
"version": "0.4.3"
|
||||
"revision": "83b23d940471b313427da226196661856f6ba3e0",
|
||||
"version": "0.4.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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.2.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/Version.git", from: "2.0.1"),
|
||||
|
|
Loading…
Reference in a new issue