⬆️ Quick (4.0.0), Nimble (9.1.0)

This commit is contained in:
Chris Araman 2021-05-07 17:59:54 -07:00
parent c88a98892e
commit aaee0031a5
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0
2 changed files with 6 additions and 6 deletions

View file

@ -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": "7a54aaf19a8ef16f67787c260fda81ead7ba4d67", "revision": "d258c638d9ef214723a857a23f4113773aad28fb",
"version": "9.0.1" "version": "9.1.0"
} }
}, },
{ {
@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/Quick/Quick.git", "repositoryURL": "https://github.com/Quick/Quick.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "8cce6acd38f965f5baa3167b939f86500314022b", "revision": "bd86ca0141e3cfb333546de5a11ede63f0c4a0e6",
"version": "3.1.2" "version": "4.0.0"
} }
}, },
{ {

View file

@ -22,8 +22,8 @@ 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.0.1"), .package(url: "https://github.com/Quick/Nimble.git", from: "9.1.0"),
.package(url: "https://github.com/Quick/Quick.git", from: "3.1.2"), .package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"), .package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
], ],
targets: [ targets: [