Play 1.3.0 support

Change effective on 30 January 2015

Heroku’s support for Play 1.x applications has upgraded the default version to 1.3.0. You can return to a previous version or define a specific version of the Play framework by configuring your conf/dependencies.yml file in this way:

require:
    - play 1.2.7

Supported versions include:

  • 1.2.3
  • 1.2.4
  • 1.2.5
  • 1.2.5.3
  • 1.2.6
  • 1.2.7
  • 1.3.0 (default)

Support for Play 2.x applications is still provided by the Heroku Scala buildpack.

For more information on Play 1.3.0, see the Play documentation. For more information on Heroku’s Play support see the Heroku Dev Center documentation.