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 ee38d15 commit 2b9a757Copy full SHA for 2b9a757
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", .revision("64c1925")),
+ .package(name: "SnapshotTesting", url: "https://github.com/thedavidharris/swift-snapshot-testing.git", .upToNextMajor(from: "1.8.2")),
20
.package(name: "SwiftRex", url: "https://github.com/SwiftRex/SwiftRex.git", .branch("develop"))
21
22
targets: [
0 commit comments