Created
April 23, 2013 19:48
-
-
Save vkobel/5446821 to your computer and use it in GitHub Desktop.
sbt build file for akka actors dependencies
This file contains 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
name := "Akka actors" | |
version := "1.0" | |
scalaVersion := "2.10.1" | |
resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/" | |
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.1.2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment