aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2017-10-01 23:18:52 -0700
committerJakob Odersky <jakob@driver.xyz>2017-10-01 23:18:52 -0700
commit9655ab5cb8d27ec57fd51fa5d88d26357a949591 (patch)
tree9359668974e8f393ba37f6856a6bebbb0fed317e /build.sbt
parent774864100676b7dbcf332f40c833cfa65dcd7b5a (diff)
downloadtracing-9655ab5cb8d27ec57fd51fa5d88d26357a949591.tar.gz
tracing-9655ab5cb8d27ec57fd51fa5d88d26357a949591.tar.bz2
tracing-9655ab5cb8d27ec57fd51fa5d88d26357a949591.zip
Add basic test
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt9
1 files changed, 5 insertions, 4 deletions
diff --git a/build.sbt b/build.sbt
index 2aa0701..dbf4d5d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,11 +1,12 @@
scalaVersion := "2.12.3"
libraryDependencies ++= Seq(
- "com.typesafe.akka" %% "akka-http" % "10.0.10",
+ "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",
- "com.pauldijou" %% "jwt-core" % "0.14.0",
- "io.spray" %% "spray-json" % "1.3.3",
- "org.scalatest" %% "scalatest" % "3.0.2" % "test",
+ "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