Skip to content

Commit

Permalink
Use explicit dependencies for FileCheck and cllvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlan authored Oct 30, 2017
1 parent cc4419b commit 1e1f638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
targets: ["LLVM"]),
],
dependencies: [
.package(url: "https://github.com/trill-lang/cllvm.git", .branch("master")),
.package(url: "https://github.com/trill-lang/FileCheck.git", .branch("master")),
.package(url: "https://github.com/trill-lang/cllvm.git", from: "0.0.3"),
.package(url: "https://github.com/trill-lang/FileCheck.git", from: "0.0.3"),
],
targets: [
.target(
Expand Down

0 comments on commit 1e1f638

Please sign in to comment.