import sbt._ object Dependencies { lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.3.6" 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" }