aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-09 16:06:13 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-09 16:06:13 +0200
commitfa9ab8933f1452cc43724b5067d78b55d1969ceb (patch)
tree9da1c45d06acdaf0fd2608ebee4e0933dcb52226 /project/Dependencies.scala
parent11c38566e6efb592299cb4a1aff66b0479227991 (diff)
downloadakka-serial-fa9ab8933f1452cc43724b5067d78b55d1969ceb.tar.gz
akka-serial-fa9ab8933f1452cc43724b5067d78b55d1969ceb.tar.bz2
akka-serial-fa9ab8933f1452cc43724b5067d78b55d1969ceb.zip
update akka dependency to version 2.2.0 final
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 18b9b83..3bcb4db 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
object Dependencies {
- lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.2.0-RC2"
+ lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.2.0"
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"