coherence icon indicating copy to clipboard operation
coherence copied to clipboard

Update to Ecto 3.0 and remove timex_ecto. This fixes #394

Open johannesE opened this issue 5 years ago • 4 comments

This might be completely stupid. But I didn't find any usage of Timex.Ecto.* anywhere in the code and the Tests are still green.

johannesE avatar Nov 17 '18 11:11 johannesE

I also upgraded to Ecto 3.0. to fully fix #394. I fixed the resulting warnings and errors.

johannesE avatar Nov 17 '18 12:11 johannesE

You can easily include this version of coherence into your app by adding the following to your mix.exs file:

{:coherence, git: "https://github.com/johannesE/coherence", branch: "#394"},

mikehostetler avatar Apr 01 '19 13:04 mikehostetler

You can easily include this version of coherence into your app by adding the following to your mix.exs file:

{:coherence, git: "https://github.com/johannesE/coherence", branch: "#394"},

While that is true, I do not plan to become the new maintainer for coherence ;-).

Maybe someone could review this? @smpallen99

johannesE avatar Apr 01 '19 13:04 johannesE

I do not plan to become the new maintainer for coherence

You're on dude! Thanks :smile:

augnustin avatar Jun 27 '19 14:06 augnustin