aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
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"
}