diff --git a/akka-docs/dev/multi-jvm-testing.rst b/akka-docs/dev/multi-jvm-testing.rst index 0ba053d2a4..b7ce808a36 100644 --- a/akka-docs/dev/multi-jvm-testing.rst +++ b/akka-docs/dev/multi-jvm-testing.rst @@ -47,7 +47,7 @@ multi-JVM testing:: lazy val buildSettings = Defaults.defaultSettings ++ Seq( organization := "com.typesafe.akka", version := "2.1-SNAPSHOT", - scalaVersion := "2.9.1", + scalaVersion := "2.10.0-M6", crossPaths := false ) diff --git a/akka-docs/general/configuration.rst b/akka-docs/general/configuration.rst index 1f3f051614..5a4ac993d7 100644 --- a/akka-docs/general/configuration.rst +++ b/akka-docs/general/configuration.rst @@ -142,7 +142,7 @@ before or after using them to construct an actor system: .. code-block:: scala - Welcome to Scala version 2.9.1.final (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_27). + Welcome to Scala version 2.10.0-M6 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_27). Type in expressions to have them evaluated. Type :help for more information. diff --git a/akka-docs/intro/getting-started.rst b/akka-docs/intro/getting-started.rst index f96bb42b9d..1282d1be7f 100644 --- a/akka-docs/intro/getting-started.rst +++ b/akka-docs/intro/getting-started.rst @@ -126,7 +126,7 @@ SBT installation instructions on `https://github.com/harrah/xsbt/wiki/Setup