Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- scalaVersion := "2.9.1"
- name := "Akka Training (solutions)"
- resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
- {
- libraryDependencies ++= Seq("com.typesafe.akka" % "akka-actor" % "2.0",
- "com.typesafe.akka" % "akka-remote" % "2.0",
- "com.typesafe.akka" % "akka-testkit" % "2.0",
- "org.scalatest" %% "scalatest" % "1.6.1" % "test",
- "junit" % "junit" % "4.5" % "test")
- }
- scalacOptions += "-deprecation" //We use this to make sure we are not using any deprecated features
Advertisement
Add Comment
Please, Sign In to add comment