aboutsummaryrefslogblamecommitdiff
path: root/project/Dependencies.scala
blob: 5b9c0e1fa3debe192aee1c958f41f05bd7d5e809 (plain) (tree)
1
2
3
4
5
6
7
8
9



                     
                                                                    
 


                                                                                
 
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"

}