summaryrefslogtreecommitdiff
path: root/contrib/playlib/api/src/Versions.scala
Commit message (Collapse)AuthorAgeFilesLines
* Reworks version specific keys and extractionJean Helou2019-03-111-2/+2
| | | | | | | Route compilation workers are specific to play minor version but still added a patch level version in the key. The playMinorVersion used to compute the version part of the key had to add a useless trailing `.0`, this is now fixed.
* Adds individual modules to configure mill to playframework's defaultsJean Helou2019-03-111-0/+7
This adds : - version configuration - dependencies - directory layout - runtime server