aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2017-10-01 23:26:25 -0700
committerJakob Odersky <jakob@driver.xyz>2017-10-01 23:26:25 -0700
commit94b2f99bafca1b59e1f7e31d417d624eede2af96 (patch)
tree74db48e4aa4a856b979283a86a87643112cc34df /build.sbt
parent9655ab5cb8d27ec57fd51fa5d88d26357a949591 (diff)
downloadtracing-94b2f99bafca1b59e1f7e31d417d624eede2af96.tar.gz
tracing-94b2f99bafca1b59e1f7e31d417d624eede2af96.tar.bz2
tracing-94b2f99bafca1b59e1f7e31d417d624eede2af96.zip
Formatting and styling
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.sbt b/build.sbt
index dbf4d5d..5b9ea39 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,12 +1,12 @@
scalaVersion := "2.12.3"
libraryDependencies ++= Seq(
- "com.pauldijou" %% "jwt-core" % "0.14.0",
- "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",
- "io.spray" %% "spray-json" % "1.3.3",
- "com.typesafe.akka" %% "akka-http-testkit" % "10.0.10" % "test",
- "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