Skip to content

Instantly share code, notes, and snippets.

@deepankar14693
Created June 1, 2018 09:46
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 deepankar14693/0492b5655e84516ccb50218274a01bbc to your computer and use it in GitHub Desktop.
Save deepankar14693/0492b5655e84516ccb50218274a01bbc to your computer and use it in GitHub Desktop.
version := "0.1"
scalaVersion := "2.12.6"
libraryDependencies ++= Seq("com.typesafe.akka" %% "akka-http" % "10.0.11",
"org.json4s" %% "json4s-native" % "3.2.11",
"org.scalatest" %% "scalatest" % "3.0.1" % Test,
"org.mockito" % "mockito-core" % "2.11.0" % Test,
"com.typesafe.akka" %% "akka-http-testkit" % "10.1.1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment