Skip to content

Commit 973d358

Browse files
authored
update to the latest snapshot package version (#85)
1 parent 26eced8 commit 973d358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0" ..< "601.0.0"),
3131
// Testing
3232
.package(url: "https://github.com/Kolos65/Mockable.git", from: "0.3.1"),
33-
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.7"),
33+
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.3"),
3434
// Macro Testing
3535
.package(url: "https://github.com/pointfreeco/swift-macro-testing", .upToNextMinor(from: "0.6.0")),
3636
],

0 commit comments

Comments
 (0)