Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Versions of the Various Components

Eric Wu edited this page Jul 25, 2014 · 1 revision
  • The file system.properties specifies the Java version for Heroku
  • The file build.sbt has an entry of scalaVersion. It controls which version of Scala to use when building the artifacts
  • The file public/build.properties has an entry of sbt.version which specifies the version of the build tool (i.e. sbt)
  • The file public/plugsin.sbt has a line to add the Play sbt plugin (see addSbtPlugin). The version of the Play framework is specified there
  • The file .travis.yml has entries that specify the Java version and the Scala version for running Travis CI box