Created
October 13, 2011 14:38
-
-
Save freekh/1284363 to your computer and use it in GitHub Desktop.
Typesafe Akka SBT Cache 1.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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