Skip to content

Instantly share code, notes, and snippets.

@phaller
Created May 9, 2012 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save phaller/2644769 to your computer and use it in GitHub Desktop.
Save phaller/2644769 to your computer and use it in GitHub Desktop.
Akka 2.0.1 dependencies for sbt
set resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
set libraryDependencies ++= Seq("com.typesafe.akka" % "akka-actor" % "2.0.1", "com.typesafe.akka" % "akka-remote" % "2.0.1", "com.typesafe.akka" % "akka-testkit" % "2.0.1", "org.specs2" %% "specs2" % "1.9" % "test", "junit" % "junit" % "4.5" % "test")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment