aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
blob: dbf4d5d258f2a7c80df32c79de8f52003460ddee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
scalaVersion := "2.12.3"

libraryDependencies ++= Seq(
  "com.pauldijou"     %% "jwt-core"             % "0.14.0",
  "com.typesafe.akka" %% "akka-http"            % "10.0.10",
  "com.typesafe.akka" %% "akka-http-spray-json" % "10.0.10",
  "io.spray"          %% "spray-json"           % "1.3.3",
  "com.typesafe.akka" %% "akka-http-testkit"    % "10.0.10" % "test",
  "org.scalatest"     %% "scalatest"            % "3.0.2"   % "test",
)

fork in test := true