Closed dwickern closed 1 year ago
Why downgrade the dependencies? I would prefer to keep dependencies up to date to latest.
It's not really downgrading but rather expressing the minimum supported version.
If your project uses Play 2.8.8, and this plugin depends on Play 2.8.0, your project's dependency will resolve to 2.8.8. But, if your project uses Play 2.8.2, and this plugin depends on 2.8.7, your project's dependency will be upgraded to 2.8.7, which is not good.
Fixes #6