Skip to content

Instantly share code, notes, and snippets.

@vkobel
Created April 23, 2013 19:48
Show Gist options
  • Save vkobel/5446821 to your computer and use it in GitHub Desktop.
Save vkobel/5446821 to your computer and use it in GitHub Desktop.
sbt build file for akka actors dependencies
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