aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
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