aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-06-30 20:44:29 +0200
committerJakob Odersky <jodersky@gmail.com>2013-06-30 20:44:29 +0200
commit3f39d15954a8fe61b5ca42b36906dc32a9e12597 (patch)
tree9f7f2645f43700691dce9d63aa8ed962b1e23b5f /project
parentbb12bd6c9ee5a866665418c8ce077c820a77c110 (diff)
downloadakka-serial-3f39d15954a8fe61b5ca42b36906dc32a9e12597.tar.gz
akka-serial-3f39d15954a8fe61b5ca42b36906dc32a9e12597.tar.bz2
akka-serial-3f39d15954a8fe61b5ca42b36906dc32a9e12597.zip
use akka 2.2.0-RC2
Diffstat (limited to 'project')
-rw-r--r--project/Dependencies.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index aa3aa36..18b9b83 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -2,9 +2,9 @@ import sbt._
object Dependencies {
- lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.2-M3"
+ lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.2.0-RC2"
lazy val ioCore = "com.github.scala-incubator.io" %% "scala-io-core" % "0.4.2"
lazy val ioFile = "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.2"
-} \ No newline at end of file
+}