Results 1 comments of Awesome YAMAUCHI

I meet the same issue. I use Elixir 1.9.4 (compiled with Erlang/OTP 22). The below shows my workaround. # mix.exs ```Elixir:mix.exs def deps do [{:cronex, github: "jbernardo95/cronex", ref: "345b57e14667a08280d790afdfbb359f467649df"}] end...