Skip to content

Commit

Permalink
Merge pull request #32 from mweibel/elixir.1.4.0
Browse files Browse the repository at this point in the history
fix elixir 1.4 ambiguity warning message
  • Loading branch information
dcarneiro authored Jan 30, 2017
2 parents e46f6a1 + 241358b commit aecc56c
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 Facebook.Mixfile do
app: :facebook,
version: "0.11.0",
elixir: "~> 1.0",
description: description,
package: package,
deps: deps,
description: description(),
package: package(),
deps: deps(),
source_url: "https://github.com/mweibel/facebook.ex"
]
end
Expand Down

0 comments on commit aecc56c

Please sign in to comment.