Skip to content

Commit

Permalink
fix wrong placement of deps in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamann committed Jul 31, 2015
1 parent 030dca7 commit 8d1a330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ defmodule Edeliver.Mixfile do
"README.md",
],
links: %{"GitHub" => "https://github.com/boldpoker/edeliver"},
deps: deps,
],
deps: deps,
]
end

defp deps, do: [
{:exrm, "~> 0.16.0"},
]

end
end

0 comments on commit 8d1a330

Please sign in to comment.