antonmi / espec

Elixir Behaviour Driven Development
Other
808 stars 62 forks source link

Bump version of Meck dependency to include fix for Elixir 1.8.x #288

Closed edwinthinks closed 5 years ago

edwinthinks commented 5 years ago

I ran into this issue detailed here: https://github.com/eproxus/meck/issues/201

This was due to the Meck dependency being locked on 0.8.12. In order to fix this, I included an override in my mix.exs file. This PR should make having to add the override unnecessary and let meck freely upgrade to capture fixes like these.

Thanks :)

gmanolache commented 5 years ago

Hello! When is this planned to be released?

antonmi commented 5 years ago

Hi, @edwinthinks ! Thank you for the PR! @gmanolache I will release 1.6.5 in an hour or so.

edwinthinks commented 5 years ago

No problem :). I am loving using espec in my projects!