From cc6ad6cecac6d0d7523f7f4bbbd6c99581d2f708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:09:34 +0000 Subject: [PATCH] Update dependency pointfreeco/swift-snapshot-testing to from: "1.14.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9ccae87..affce77 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/SwiftDocOrg/GraphViz.git", from: "0.4.1"), .package(url: "https://github.com/davecom/SwiftGraph.git", from: "3.1.0"), - .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.0"), + .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.14.0"), ], targets: [ .target(