From d2787d8c61ca42556ce952b52cd5dc7ba5b46bf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:22:11 +0000 Subject: [PATCH] Update dependency pointfreeco/swift-snapshot-testing to v1.17.7 --- ios/Modules/SnapshotTestingLib/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Modules/SnapshotTestingLib/Package.swift b/ios/Modules/SnapshotTestingLib/Package.swift index 7a5f6be90..8d24e6b6d 100644 --- a/ios/Modules/SnapshotTestingLib/Package.swift +++ b/ios/Modules/SnapshotTestingLib/Package.swift @@ -15,7 +15,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", exact: "1.17.6") + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", exact: "1.17.7") ], targets: [ .target(