Skip to content

Instantly share code, notes, and snippets.

View phaller's full-sized avatar

Philipp Haller phaller

View GitHub Profile
@phaller
phaller / gist:1945236
Created February 29, 2012 23:05
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")