Switching to Scala 2.9.1-1

This commit is contained in:
Viktor Klang 2012-03-04 20:47:26 +01:00
parent 65629f3314
commit fa1cd02eb1

View file

@ -19,7 +19,7 @@ object AkkaBuild extends Build {
lazy val buildSettings = Seq(
organization := "com.typesafe.akka",
version := "2.0-SNAPSHOT",
scalaVersion := "2.9.1-1-RC1"
scalaVersion := "2.9.1-1"
)
lazy val akka = Project(