Skip to content

Instantly share code, notes, and snippets.

@rkuhn
Forked from phaller/gist:2644769
Created May 18, 2012 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkuhn/2726426 to your computer and use it in GitHub Desktop.
Save rkuhn/2726426 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" % "test", "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