From a9f9575e7de5abf82b13a1e3c096e7d76261d793 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:57:42 +0000 Subject: [PATCH] chore(deps): update dependency quick/quick to v7 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index f3b5e8ea..21053fb8 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "TPPDF", targets: ["TPPDF"]), ], dependencies: [ - .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")), + .package(url: "https://github.com/Quick/Quick", .exact("7.5.0")), .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")), ], targets: [