hamiltop / rethinkdb_ecto

Shim library for using Ecto with RethinkDB. Not a full adapter.
24 stars 4 forks source link

Update deps to track latest rethinkdb and ecto. #14

Closed folz closed 7 years ago

folz commented 8 years ago

As is, rethinkdb_ecto fails to compile since it lacks an ecto dependency, and causes dependency resolution errors because it tracks an older version of the rethinkdb library. This PR updates deps to track the latest stable versions of both.