-
Notifications
You must be signed in to change notification settings - Fork 22
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 ofscalaVersion
. It controls which version of Scala to use when building the artifacts - The file
public/build.properties
has an entry ofsbt.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 (seeaddSbtPlugin
). 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
For more information about Bridge, see: https://sagebase.org/bridge/. For information about developing on Bridge, see https://developer.sagebridge.org/.