almightycouch / rethinkdb_ecto

RethinkDB adapter for Ecto.
https://hexdocs.pm/rethinkdb_ecto
MIT License
114 stars 18 forks source link

Fix Elixir 1.4 warnings in mix.exs #32

Closed cohawk closed 7 years ago

redrabbit commented 7 years ago

Thank you for this. Elixir 1.4 was released a few days bevor I went on vaccation, didn't have time to fix it. Do you know if mix.exs is the only file that emits warnings?

cohawk commented 7 years ago

Np. For this project, yes - the 1.4 warnings were only generated from the mix.exs file.

rethinkdb-elixir project itself still has the warnings variable "deps" does not exist and is being expanded to "deps()" - but I have not gotten around to a PR.