Skip to content

Instantly share code, notes, and snippets.

@schleichardt
Created March 10, 2014 19:00
Show Gist options
  • Save schleichardt/9471891 to your computer and use it in GitHub Desktop.
Save schleichardt/9471891 to your computer and use it in GitHub Desktop.
resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/"
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-cluster" % "2.2.3",
"com.typesafe.akka" %% "akka-slf4j" % "2.2.3",
"com.typesafe.akka" %% "akka-testkit" % "2.2.3",
"ch.qos.logback" % "logback-classic" % "1.0.13",
"com.typesafe.play" %% "play-json" % "2.2.2",
"junit" % "junit" % "4.11" % "test",
"org.scalatest" %% "scalatest" % "2.0" % "test"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment