v2.0.13 - Fix Duplicate Filters in Dev Mode
Fixes
- Play filters were added twice when running on development mode, as mentioned here. It turns out it wasn't anything specific about the filters, but rather that the
application.conffiles were added twice to the classpath and that was causing a duplicate entry onplay.filters.enabled. Fixed by @ivantopo via 244f1ae