use hex version of mixunit instead of github version

This commit is contained in:
alisdair sullivan 2015-08-04 11:06:57 -07:00
parent f6d6bc25a0
commit 96945026fd
2 changed files with 2 additions and 2 deletions

View file

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

View file

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