From a4087a8e36caf0be0e113bfd1c3dd211178a77e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:25:33 +0000 Subject: [PATCH] Bump github.com/pointfreeco/swift-snapshot-testing from 1.15.3 to 1.18.0 Bumps [github.com/pointfreeco/swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing) from 1.15.3 to 1.18.0. - [Release notes](https://github.com/pointfreeco/swift-snapshot-testing/releases) - [Commits](https://github.com/pointfreeco/swift-snapshot-testing/compare/1.15.3...1.18.0) --- updated-dependencies: - dependency-name: github.com/pointfreeco/swift-snapshot-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 70d3776a3..11a4c0fd6 100644 --- a/Package.swift +++ b/Package.swift @@ -27,7 +27,7 @@ let package = Package( .package(url: "https://github.com/space-code/atomic.git", exact: "1.1.0"), .package( url: "https://github.com/pointfreeco/swift-snapshot-testing", - exact: "1.15.3" + exact: "1.18.0" ), ], targets: [