Skip to content

Commit 6044150

Browse files
authored
Merge pull request #253 from CodaFi/pin-deps
Pin FileCheck To A Version
2 parents d0ac3b9 + b6459af commit 6044150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["SwiftCheck"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/trill-lang/FileCheck.git", .branch("master"))
13+
.package(url: "https://github.com/trill-lang/FileCheck.git", from: "0.0.3")
1414
],
1515
targets: [
1616
.target(

0 commit comments

Comments
 (0)