Skip to content

Commit

Permalink
Merge pull request #325 from milmazz/elixir-1.4-warnings
Browse files Browse the repository at this point in the history
Fix Elixir 1.4 warnings
  • Loading branch information
edgurgel authored Jun 20, 2016
2 parents 9303108 + f4db0fa commit 1ee6802
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 @@ -6,8 +6,8 @@ use Mix.Project
app: :hackney,
version: "1.6.0",
description: "simple HTTP client for the Erlang VM",
deps: deps,
package: package,
deps: deps(),
package: package(),
language: :erlang
]
end
Expand Down

0 comments on commit 1ee6802

Please sign in to comment.