=pro #3855 Update to Scala 2.10.3

This commit is contained in:
Patrik Nordwall 2014-02-02 20:35:47 +01:00
parent 6ad0550006
commit 7450737cdd
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ object AkkaBuild extends Build {
val enableMiMa = false
val requestedScalaVersion = System.getProperty("akka.scalaVersion", "2.10.2")
val requestedScalaVersion = System.getProperty("akka.scalaVersion", "2.10.3")
lazy val buildSettings = Seq(
organization := "com.typesafe.akka",