Fix ssl option on Ecto config breaking release
authorCevado <flavio.mv@gmail.com>
Tue, 17 Mar 2020 01:02:01 +0000 (22:02 -0300)
committerCevado <flavio.mv@gmail.com>
Tue, 17 Mar 2020 01:02:01 +0000 (22:02 -0300)
commit4705590f76f6a875aa99f32c8b08c20d793470a8
tree8b27e926dd4cc87c2c70d197d65adad095f2160d
parente4380afc18a8c9af5aff986b0f5f6e422714d1c1
Fix ssl option on Ecto config breaking release

To use `:ssl` option on Ecto config it's required to include Erlang ssl
application, this prevents releases to start when `:ssl` option is set
to true.
mix.exs