Closed edwinthinks closed 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.
0.8.12
mix.exs
Thanks :)
Hello! When is this planned to be released?
Hi, @edwinthinks ! Thank you for the PR! @gmanolache I will release 1.6.5 in an hour or so.
No problem :). I am loving using espec in my projects!
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 mymix.exs
file. This PR should make having to add the override unnecessary and let meck freely upgrade to capture fixes like these.Thanks :)