Skip to content

Commit 3cef63a

Browse files
[RANGR-874] Pin dependency pointfreeco/swift-snapshot-testing to from: "1.18.7"
1 parent c0e5d94 commit 3cef63a

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
@@ -18,7 +18,7 @@ let package = Package(
1818
// Dependencies declare other packages that this package depends on.
1919
.package(url: "https://github.com/marmelroy/PhoneNumberKit.git", from: "3.8.0"),
2020
.package(url: "[email protected]:powerhome/power-fonts.git", from: "0.0.1"),
21-
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.6")
21+
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.7")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)