diff --git a/.swiftpm/configuration/Package.resolved b/.swiftpm/configuration/Package.resolved index 6f5a901..1e1416a 100644 --- a/.swiftpm/configuration/Package.resolved +++ b/.swiftpm/configuration/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "branch" : "fix-test-trait", - "revision" : "cf0742603c2aabb3226fc4f1e1dfb92add3e9ddf" + "revision" : "6d932a79e7173b275b96c600c86c603cf84f153c", + "version" : "1.17.4" } }, { diff --git a/Package.swift b/Package.swift index 02db972..bcffdee 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", branch: "fix-test-trait"), + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.4"), .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"), ], targets: [