aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorZach Smith <zach@driver.xyz>2017-05-03 17:42:45 -0700
committerZach Smith <zach@driver.xyz>2017-05-24 13:50:04 -0700
commite6858db64f9a1c0121aed972cf7426a746eb7175 (patch)
tree08608fa9819a849568c5af87df6b2bada1ecc915 /build.sbt
parent5a71d0074285f44bc7fa0adfb90efd469c20ff83 (diff)
downloaddriver-core-e6858db64f9a1c0121aed972cf7426a746eb7175.tar.gz
driver-core-e6858db64f9a1c0121aed972cf7426a746eb7175.tar.bz2
driver-core-e6858db64f9a1c0121aed972cf7426a746eb7175.zip
Update AuthProvider to use cached permissions token
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index c4de456..0963f6c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,6 +10,7 @@ lazy val core = (project in file("."))
"com.typesafe.akka" %% "akka-http-core" % akkaHttpV,
"com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpV,
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV,
+ "com.pauldijou" %% "jwt-core" % "0.9.2",
"org.scalatest" % "scalatest_2.11" % "2.2.6" % "test",
"org.scalacheck" %% "scalacheck" % "1.12.5" % "test",
"org.mockito" % "mockito-core" % "1.9.5" % "test",