Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Typesafe stack and Scala 2.10 [closed]

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.

like image 775
xhudik Avatar asked Jan 07 '13 13:01

xhudik


2 Answers

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.)

like image 88
Debilski Avatar answered Nov 13 '22 02:11

Debilski


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.

like image 2
Stephane Landelle Avatar answered Nov 13 '22 01:11

Stephane Landelle