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

object Dependencies {

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

}