Allow project scala version to be set with a property. See #2429
This commit is contained in:
parent
f6079de381
commit
a48dca8e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue