Skip to content

Commit

Permalink
Fix Elixir 1.4 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
milmazz committed Jun 17, 2016
1 parent 9303108 commit f4db0fa
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 f4db0fa

Please sign in to comment.