Skip to content

Instantly share code, notes, and snippets.

Upgrading Your Play! Framework Version on Heroku

Heroku supports multiple versions of the Play! Framework. You can specify which version you want in your dependencies.yml file. When you require the play framework put the version number after it:

# Application dependencies

require:
    - play 1.2.4

If you don't specify a version the default version will be chosen for you.