=sam Update version numbers to 2.4-SNAPSHOT

This commit is contained in:
Björn Antonsson 2014-04-16 15:00:10 +02:00
parent 2ff0f1d004
commit 613eec743e
15 changed files with 15 additions and 15 deletions

View file

@ -8,7 +8,7 @@ val project = Project(
base = file("."),
settings = Project.defaultSettings ++ SbtMultiJvm.multiJvmSettings ++ Seq(
name := "akka-sample-multi-node-scala",
version := "2.3-SNAPSHOT",
version := "2.4-SNAPSHOT",
scalaVersion := "2.10.4",
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-remote" % akkaVersion,