aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
blob: 95903943ef37dbae65cc0c01ed109b4e1cf96f24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import sbt._

object Dependencies {

  lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.2.0"

  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"

}