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 34bfa3c commit 5460830Copy full SHA for 5460830
Package.swift
@@ -16,7 +16,7 @@ let package = Package(
16
.library(name: "TestingExtensionsDynamic", type: .dynamic, targets: ["TestingExtensions"])
17
],
18
dependencies: [
19
- .package(name: "SnapshotTesting", url: "https://github.com/thedavidharris/swift-snapshot-testing.git", .upToNextMajor(from: "1.8.2")),
+ .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .upToNextMajor(from: "1.8.2")),
20
.package(name: "SwiftRex", url: "https://github.com/SwiftRex/SwiftRex.git", from: "0.7.1")
21
22
targets: [
0 commit comments