From 160798bf99a9d35342af9efbfa7db0b57cfe6fe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 22:06:46 +0000 Subject: [PATCH] Update dependency pointfreeco/swift-snapshot-testing to from: "1.14.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9ccae87..2840bf8 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.2"), ], targets: [ .target(