From be64bfb0b1d18e945a93b607c3c24c0dce38121a Mon Sep 17 00:00:00 2001 From: Sai Venkat Desu Date: Wed, 3 Jul 2024 12:44:23 +0530 Subject: [PATCH] chore: bumped up the dependency on Quick & Nimble in Package.swift --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index f59d52ad..b3736fc0 100644 --- a/Package.swift +++ b/Package.swift @@ -12,8 +12,8 @@ let package = Package( dependencies: [ .package(url: "https://github.com/auth0/SimpleKeychain.git", .upToNextMajor(from: "1.1.0")), .package(url: "https://github.com/auth0/JWTDecode.swift.git", .upToNextMajor(from: "3.1.0")), - .package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "6.0.0")), - .package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "12.0.0")), + .package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "7.0.0")), + .package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "13.0.0")), .package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0")) ], targets: [