Skip to content

Instantly share code, notes, and snippets.

@freekh
Created January 11, 2012 10:45
Show Gist options
  • Save freekh/1594123 to your computer and use it in GitHub Desktop.
Save freekh/1594123 to your computer and use it in GitHub Desktop.
Akka libraryDependencies
set libraryDependencies ++= Seq("se.scalablesolutions.akka" % "akka-actor" % "1.3-RC6", "se.scalablesolutions.akka" % "akka-actor" % "1.3-RC6", "se.scalablesolutions.akka" % "akka-remote" % "1.3-RC6", "se.scalablesolutions.akka" % "akka-testkit" % "1.3-RC6", "se.scalablesolutions.akka" % "akka-stm" % "1.3-RC6", "org.scalatest" %% "scalatest" % "1.6.1" % "test", "junit" % "junit" % "4.5" % "test")
session save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment