Skip to content

Commit b008257

Browse files
committed
Update SnapshotTesting dependency
Using https://github.com/thedavidharris/swift-snapshot-testing.git, .revision(64c1925) for now, as the current release of SnapshotTesting does not compile. See this issue for more details: pointfreeco/swift-snapshot-testing#350 We are waiting for this PR to be merged, then we can revert this change: pointfreeco/swift-snapshot-testing#355
1 parent 54dc687 commit b008257

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
@@ -16,7 +16,7 @@ let package = Package(
1616
.library(name: "TestingExtensionsDynamic", type: .dynamic, targets: ["TestingExtensions"])
1717
],
1818
dependencies: [
19-
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master")),
19+
.package(name: "SnapshotTesting", url: "https://github.com/thedavidharris/swift-snapshot-testing.git", .revision("64c1925")),
2020
.package(name: "SwiftRex", url: "https://github.com/SwiftRex/SwiftRex.git", from: "0.7.1")
2121
],
2222
targets: [

0 commit comments

Comments
 (0)