Skip to content

Instantly share code, notes, and snippets.

@phaller
Created February 29, 2012 23:05
Show Gist options
  • Save phaller/1945236 to your computer and use it in GitHub Desktop.
Save phaller/1945236 to your computer and use it in GitHub Desktop.
sbt dependencies for Akka 2.0
set libraryDependencies ++= Seq("com.typesafe.akka" % "akka-actor" % "2.0-RC3", "com.typesafe.akka" % "akka-remote" % "2.0-RC3", "com.typesafe.akka" % "akka-testkit" % "2.0-RC3", "org.scalatest" %% "scalatest" % "1.6.1" % "test", "junit" % "junit" % "4.5" % "test")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment