From ef27ca96a8a1752c08c4b11b6229a31aed5c2bad Mon Sep 17 00:00:00 2001 From: Greg Bolsinga Date: Wed, 30 Apr 2025 19:05:47 -0700 Subject: [PATCH] update to the latest snapshot package version --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index e5b9c5d..bab2d3d 100644 --- a/Package.swift +++ b/Package.swift @@ -30,7 +30,7 @@ let package = Package( .package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0" ..< "601.0.0"), // Testing .package(url: "https://github.com/Kolos65/Mockable.git", from: "0.3.1"), - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.7"), + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.3"), // Macro Testing .package(url: "https://github.com/pointfreeco/swift-macro-testing", .upToNextMinor(from: "0.6.0")), ],