update mix deps
This commit is contained in:
parent
58b9887780
commit
dfcba6e471
3 changed files with 3 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -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
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue