Skip to content

Commit

Permalink
correct reference to scalaVersion in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed Aug 12, 2012
1 parent 234ffa6 commit b9e91d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion akka-docs/dev/multi-jvm-testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion akka-docs/general/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion akka-docs/intro/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ SBT installation instructions on `https://github.com/harrah/xsbt/wiki/Setup <htt

version := "1.0"

scalaVersion := "2.9.1"
scalaVersion := "2.10.0-M6"

resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"

Expand Down
2 changes: 1 addition & 1 deletion akka-sbt-plugin/sample/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import akka.sbt.AkkaKernelPlugin.{ Dist, outputDirectory, distJvmOptions}
object HelloKernelBuild extends Build {
val Organization = "akka.sample"
val Version = "2.1-SNAPSHOT"
val ScalaVersion = "2.9.1"
val ScalaVersion = "2.10.0-M6"

lazy val HelloKernel = Project(
id = "hello-kernel",
Expand Down

0 comments on commit b9e91d6

Please sign in to comment.