You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mix deps.compile apartmentex
==> apartmentex
Compiling 5 files (.ex)
== Compilation error in file lib/apartmentex/migrations_path_builder.ex ==
** (CompileError) lib/apartmentex/migrations_path_builder.ex:2: cannot import Mix.Ecto.build_repo_priv/1 because it is undefined or private
(elixir) src/elixir_import.erl:77: :elixir_import.calculate/6
(elixir) src/elixir_import.erl:18: :elixir_import.import/4
could not compile dependency :apartmentex, "mix compile" failed. You can recompile this dependency with "mix deps.compile apartmentex", update it with "mix deps.update apartmentex" or clean it with "mix deps.clean apartmentex"
Elixir version: 1.6.0
The text was updated successfully, but these errors were encountered:
@cyranix@tripitakit I apologize- the Hex version is a bit behind and seems to be causing this compile error. I tried with the latest Phoenix version 1.3, and elixir 1.6.1 using the git specified dep and it should compile with just a warning about Mariaex. I'll get a new version pushed to hex this weekend.
Elixir version: 1.6.0
The text was updated successfully, but these errors were encountered: