Skip to content

Commit

Permalink
Update Snapshot testing package
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Solana Martínez committed Dec 16, 2019
1 parent 205c798 commit c9a8953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "SnapshotTesting",
"repositoryURL": "https://github.com/IdeasOnCanvas/swift-snapshot-testing",
"repositoryURL": "https://github.com/pointfreeco/swift-snapshot-testing",
"state": {
"branch": "nsview-imagesnapshot",
"revision": "07bc905fddb71de7592d5367cbc4cd2d5f57c786",
"version": null
"branch": null,
"revision": "12c6a7ce9d67f39a23c6bab757bdb073bd997885",
"version": "1.7.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/IdeasOnCanvas/swift-snapshot-testing", .branch("nsview-imagesnapshot"))
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.7.1")
],
targets: [
.target(
Expand Down

0 comments on commit c9a8953

Please sign in to comment.