Skip to content

Instantly share code, notes, and snippets.

@JohnMurray
Created January 16, 2018 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnMurray/3b8f0f943a33bcc1215b8ee68b6f285e to your computer and use it in GitHub Desktop.
Save JohnMurray/3b8f0f943a33bcc1215b8ee68b6f285e to your computer and use it in GitHub Desktop.
Simple project to launch a REPL with a dependency on Akka
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