Allow project scala version to be set with a property. See #2429

This commit is contained in:
Björn Antonsson 2012-08-29 12:39:17 +02:00
parent f6079de381
commit a48dca8e1e

View file

@ -24,7 +24,7 @@ object AkkaBuild extends Build {
lazy val buildSettings = Seq(
organization := "com.typesafe.akka",
version := "2.1-SNAPSHOT",
scalaVersion := "2.10.0-M7"
scalaVersion := System.getProperty("akka.scalaVersion", "2.10.0-M7")
)
lazy val akka = Project(