eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
813 stars 231 forks source link

Remove compatibility for Erlang R15 and R16 #198

Closed eproxus closed 6 years ago

eproxus commented 6 years ago

Since Rebar 3 does no longer support R15 and R16, we should remove support for it in Meck as well. This allows us to also delete some compilation macros that are not needed anymore.

Version 0.8.12 and older will still work with older Erlang versions.