Skip to content

Commit 4a767d4

Browse files
committed
Make develop in sync with SwiftRex develop
1 parent 2b9a757 commit 4a767d4

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/thedavidharris/swift-snapshot-testing.git", .upToNextMajor(from: "1.8.2")),
19+
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .upToNextMajor(from: "1.8.2")),
2020
.package(name: "SwiftRex", url: "https://github.com/SwiftRex/SwiftRex.git", .branch("develop"))
2121
],
2222
targets: [

0 commit comments

Comments
 (0)