smpallen99 / ex_admin

ExAdmin is an auto administration package for Elixir and the Phoenix Framework
MIT License
1.2k stars 275 forks source link

Compile error with ecto 3.0.0-dev #416

Open callmeahab opened 6 years ago

callmeahab commented 6 years ago

While compiling ex_admin i get the following error:

lib/ex_admin/utils.ex:6: module Ecto.DateTime.Utils is not loaded and could not be found

phoenix: 1.3.0 ecto 3.0.0-dev phoenix_ecto: 3.3 postgrex: 0.14.0-dev

I'm using :ex_admin, "~> 0.9.0-dev", github: "smpallen99/ex_admin", branch: "phx-1.3" to install ex_admin.