Skip to content

Instantly share code, notes, and snippets.

@freekh
Created October 13, 2011 14:38
Show Gist options
  • Save freekh/1284363 to your computer and use it in GitHub Desktop.
Save freekh/1284363 to your computer and use it in GitHub Desktop.
Typesafe Akka SBT Cache 1.2
set name := "akka training"
set scalaVersion := "2.9.1"
set resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
set libraryDependencies ++= Seq("se.scalablesolutions.akka" % "akka-actor" % "1.2", "se.scalablesolutions.akka" % "akka-actor" % "1.2", "se.scalablesolutions.akka" % "akka-remote" % "1.2", "se.scalablesolutions.akka" % "akka-testkit" % "1.2", "se.scalablesolutions.akka" % "akka-stm" % "1.2", "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