aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
author= <=>2014-05-28 16:00:19 +0200
committer= <=>2014-05-28 16:00:19 +0200
commitcf090f79b912cd879e23de394885f5e0ce210217 (patch)
tree6c8a9d2dd9e61a11455f90888f975a0f443e0ffa /project/Dependencies.scala
parentde4c6f15419a664e38cfde4a4f7b9a2364c6768b (diff)
parent817cc1750df9064dba5ebe090aea43daded02120 (diff)
downloadakka-serial-cf090f79b912cd879e23de394885f5e0ce210217.tar.gz
akka-serial-cf090f79b912cd879e23de394885f5e0ce210217.tar.bz2
akka-serial-cf090f79b912cd879e23de394885f5e0ce210217.zip
Merge branch 'photex-master'
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala7
1 files changed, 3 insertions, 4 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5b9c0e1..6f585fd 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -2,9 +2,8 @@ import sbt._
object Dependencies {
- lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.3.2"
-
- lazy val ioCore = "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.2"
- lazy val ioFile = "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.2"
+ lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.3.3"
+ lazy val ioCore = "com.github.scala-incubator.io" %% "scala-io-core" % "0.4.3"
+ lazy val ioFile = "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.3"
}