dwickern / swagger-play

Swagger API docs for Play Framework
Apache License 2.0
22 stars 4 forks source link

downgrade Play dependency to 2.8.0 #10

Closed dwickern closed 1 year ago

dwickern commented 3 years ago

Fixes #6

diversit commented 3 years ago

Why downgrade the dependencies? I would prefer to keep dependencies up to date to latest.

dwickern commented 3 years ago

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.