mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
⬆️ Quick (4.0.0), Nimble (9.1.0)
This commit is contained in:
parent
c88a98892e
commit
aaee0031a5
2 changed files with 6 additions and 6 deletions
|
@ -33,8 +33,8 @@
|
|||
"repositoryURL": "https://github.com/Quick/Nimble.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "7a54aaf19a8ef16f67787c260fda81ead7ba4d67",
|
||||
"version": "9.0.1"
|
||||
"revision": "d258c638d9ef214723a857a23f4113773aad28fb",
|
||||
"version": "9.1.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -42,8 +42,8 @@
|
|||
"repositoryURL": "https://github.com/Quick/Quick.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "8cce6acd38f965f5baa3167b939f86500314022b",
|
||||
"version": "3.1.2"
|
||||
"revision": "bd86ca0141e3cfb333546de5a11ede63f0c4a0e6",
|
||||
"version": "4.0.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -22,8 +22,8 @@ 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.0.1"),
|
||||
.package(url: "https://github.com/Quick/Quick.git", from: "3.1.2"),
|
||||
.package(url: "https://github.com/Quick/Nimble.git", from: "9.1.0"),
|
||||
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
|
||||
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
|
||||
],
|
||||
targets: [
|
||||
|
|
Loading…
Reference in a new issue