From 63616ca2d533d4c3afb64d5d5a1dedabb61bce82 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Fri, 4 Jun 2021 12:40:38 -0300 Subject: [PATCH] Include the package name of the test dependencies (#671) --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 2955f1f6b..e5c80ca6a 100644 --- a/Package.swift +++ b/Package.swift @@ -11,9 +11,9 @@ let package = Package( ], dependencies: [ .package(name: "Auth0", url: "https://github.com/auth0/Auth0.swift.git", .upToNextMajor(from: "1.31.0")), - .package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "3.0.0")), - .package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "9.0.0")), - .package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0")) + .package(name: "Quick", url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "3.0.0")), + .package(name: "Nimble", url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "9.0.0")), + .package(name: "OHHTTPStubs", url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0")) ], targets: [ .target(