From 9028713e96ad18e27f435057f219d16c267a85dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:43:57 +0000 Subject: [PATCH] Update dependency pointfreeco/swift-snapshot-testing to from: "1.17.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a436a25..f9b9882 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.2.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.3.0"), .package(url: "https://github.com/BarredEwe/Prefire", from: "2.8.0"), - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.16.2") + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.0") ], targets: [ .target(