Created
January 16, 2018 19:10
-
-
Save JohnMurray/3b8f0f943a33bcc1215b8ee68b6f285e to your computer and use it in GitHub Desktop.
Simple project to launch a REPL with a dependency on Akka
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 := "console-project" | |
version := "1.0" | |
scalaVersion := "2.12.4" | |
libraryDependencies ++= Seq( | |
"com.typesafe.akka" %% "akka-actor" % "2.5.9" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment