From 9e00f1bde989863d58012a3e5aebd406f10ce7cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:14:50 +0000 Subject: [PATCH] chore(deps): update dependency apple/swift-testing to from: "0.99.0" --- QpCore/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QpCore/Package.swift b/QpCore/Package.swift index 931226e..eacde5a 100644 --- a/QpCore/Package.swift +++ b/QpCore/Package.swift @@ -93,7 +93,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/apple/swift-testing.git", from: "0.12.0"), + .package(url: "https://github.com/apple/swift-testing.git", from: "0.99.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", .upToNextMajor(from: Version(5, 3, 0))) ], targets: [