From 2c08b51411be5b0cce57f876377fcd52bee99990 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 1 Oct 2017 20:24:02 -0700 Subject: Flatten file hierarchy and implement OAUTH2 authentication --- build.sbt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build.sbt') 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 -- cgit v1.2.3