问题
On scala's 2.10 download page ( http://www.scala-lang.org/downloads) is written:
The Scala distribution is also available in a simple, pre-integrated stack from Typesafe. Just download the Typesafe Installer from the Stack Download page
But when I download it from http://typesafe.com/stack/download (current version is 2.0.2), there is still Scala version 2.9.2 (not 2.10).
Am I downloading typesafe stack from a wrong page, or it is simply lacking Scala 2.10? I couldn't find info whether scala 2.10 should be integrated in current version of the stack.
回答1:
The Typesafe Stack has a release model which is mostly independent of Scala’s. (See also this comment on the scala-user mailing list.)
Also note that when you are using sbt to build and package Scala applications, you’re able to specify Scala 2.10 in your build.sbt
without any problems at all. (Unless, of course, you have dependencies which haven’t yet been updated to 2.10.)
回答2:
The Typesafe stack includes Play2 which hasn't been released yet for Scala 2.10.
edit: Play 2.1, released in Feb 2013, does support scala 2.10.
来源:https://stackoverflow.com/questions/14196926/typesafe-stack-and-scala-2-10