Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

scala versions

Jan Berkel edited this page Nov 15, 2011 · 3 revisions

Scala Versions

The version of Scala that sbt compiles your project against is configured in the scalaVersion property in the project/build.scala file. You can set this to any Scala version.

Whenever you change build versions, you'll need to run update again to fetch dependencies. For more information, see the sbt documentation on cross-building.

Please note that Scala 2.9.1 currently causes some problem when installing some apks - see the Scala bug SI-4620 and the discussion on the mailing list.