We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26eced8 commit 973d358Copy full SHA for 973d358
Package.swift
@@ -30,7 +30,7 @@ let package = Package(
30
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0" ..< "601.0.0"),
31
// Testing
32
.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"),
+ .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.3"),
34
// Macro Testing
35
.package(url: "https://github.com/pointfreeco/swift-macro-testing", .upToNextMinor(from: "0.6.0")),
36
],
0 commit comments