Skip to content

Versions of the Various Components

Alx Dark edited this page Jun 10, 2019 · 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
Clone this wiki locally