update mix deps

This commit is contained in:
alisdair sullivan 2015-05-12 18:47:57 -07:00
parent 58b9887780
commit dfcba6e471
3 changed files with 3 additions and 1 deletions

View file

@ -16,7 +16,7 @@ use Mix.Project
defp opts(:dev), do: [d: :TEST]
defp opts(_), do: []
defp deps(_), do: [{:mixunit, "~> 0.9.1", [only: :dev]}]
defp deps(_), do: [{:mixunit, git: "git@github.com:talentdeficit/mixunit.git", only: :dev}]
defp package do
[

1
mix.lock Normal file
View file

@ -0,0 +1 @@
%{"mixunit": {:git, "git@github.com:talentdeficit/mixunit.git", "9cf0098a069e70f65300e2939d0c2c06abb71cd1", []}}

1
rebar.lock Normal file
View file

@ -0,0 +1 @@
[].