aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2017-10-01 20:24:02 -0700
committerJakob Odersky <jakob@driver.xyz>2017-10-01 20:24:29 -0700
commit2c08b51411be5b0cce57f876377fcd52bee99990 (patch)
treefee56a21e6a5f3d2dd459b51e5afb355db6c7f02 /build.sbt
parent5bd947dd08eec1d6c64a9549566f3ce0e91fe74f (diff)
downloadtracing-2c08b51411be5b0cce57f876377fcd52bee99990.tar.gz
tracing-2c08b51411be5b0cce57f876377fcd52bee99990.tar.bz2
tracing-2c08b51411be5b0cce57f876377fcd52bee99990.zip
Flatten file hierarchy and implement OAUTH2 authentication
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 733739e..2aa0701 100644
--- a/build.sbt
+++ b/build.sbt
@@ -3,5 +3,9 @@ scalaVersion := "2.12.3"
libraryDependencies ++= Seq(
"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.pauldijou" %% "jwt-core" % "0.14.0",
+ "io.spray" %% "spray-json" % "1.3.3",
+ "org.scalatest" %% "scalatest" % "3.0.2" % "test",
)
+
+fork in test := true