Updating Akka to Scala 2.10.0-RC5
This commit is contained in:
parent
2008746499
commit
5dc65140b3
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ import akka.sbt.AkkaKernelPlugin.{ Dist, outputDirectory, distJvmOptions}
|
|||
object HelloKernelBuild extends Build {
|
||||
val Organization = "akka.sample"
|
||||
val Version = "2.2-SNAPSHOT"
|
||||
val ScalaVersion = "2.10.0-RC3"
|
||||
val ScalaVersion = "2.10.0-RC5"
|
||||
|
||||
lazy val HelloKernel = Project(
|
||||
id = "hello-kernel",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ object AkkaBuild extends Build {
|
|||
version := "2.2-SNAPSHOT",
|
||||
// FIXME: use 2.10.0 for final
|
||||
// Also change ScalaVersion in akka-sbt-plugin/sample/project/Build.scala
|
||||
scalaVersion := System.getProperty("akka.scalaVersion", "2.10.0-RC3")
|
||||
scalaVersion := System.getProperty("akka.scalaVersion", "2.10.0-RC5")
|
||||
)
|
||||
|
||||
lazy val akka = Project(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue