Skip to content

Commit

Permalink
Fixing elixir 1.4 warnings (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottolin authored and valpackett committed Jul 28, 2016
1 parent c31c3a9 commit 6df2514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ defmodule HTTPotion.Mixfile do
version: "3.0.0",
elixir: "~> 1.1",
docs: [ extras: ["README.md", "CODE_OF_CONDUCT.md"] ],
description: description,
deps: deps,
package: package ]
description: description(),
deps: deps(),
package: package() ]
end

def application do
Expand Down

0 comments on commit 6df2514

Please sign in to comment.