aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index bdc4fe2..5d552b6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,5 +10,5 @@ scalaVersion := "2.12.4"
libraryDependencies ++= Seq(
"io.spray" %% "spray-json" % "1.3.4",
"com.propensive" %% "magnolia" % "0.7.0",
- "org.scalatest" %% "scalatest" % "3.0.2"
+ "org.scalatest" %% "scalatest" % "3.0.2" % "test"
)