Created
January 29, 2015 14:36
-
-
Save r-wheeler/b2dc4930a6d9245f735e to your computer and use it in GitHub Desktop.
akka sbt
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
name := "akkaapp" | |
version := "1.0" | |
scalaVersion := "2.11.1" | |
resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/" | |
libraryDependencies += "com.typesafe.akka" % "akka-actor_2.11" % "2.3.4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment