Skip to content

Commit

Permalink
Merge pull request #253 from CodaFi/pin-deps
Browse files Browse the repository at this point in the history
Pin FileCheck To A Version
  • Loading branch information
CodaFi authored Oct 20, 2017
2 parents d0ac3b9 + b6459af commit 6044150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["SwiftCheck"]),
],
dependencies: [
.package(url: "https://github.com/trill-lang/FileCheck.git", .branch("master"))
.package(url: "https://github.com/trill-lang/FileCheck.git", from: "0.0.3")
],
targets: [
.target(
Expand Down

0 comments on commit 6044150

Please sign in to comment.