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

object Dependencies {

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

}