Skip to content

Instantly share code, notes, and snippets.

@josdirksen
Created May 8, 2015 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save josdirksen/be83e948bb2b320c5d07 to your computer and use it in GitHub Desktop.
Save josdirksen/be83e948bb2b320c5d07 to your computer and use it in GitHub Desktop.
name := "akka-http-websockets"
version := "1.0"
scalaVersion := "2.11.6"
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream-experimental" % "1.0-RC2",
"com.typesafe.akka" %% "akka-http-core-experimental" % "1.0-RC2",
"com.typesafe.play" %% "play-json" % "2.3.4"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment