aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a705cf3..aa3aa36 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -2,6 +2,9 @@ import sbt._
object Dependencies {
- lazy val akka = "com.typesafe.akka" %% "akka-actor" % "2.2-M3"
+ lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.2-M3"
+
+ 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