specs2 and scalatest should be the "test" scope

This commit is contained in:
xuwei-k 2015-09-04 00:28:16 +09:00
parent ef8b947891
commit 624d2320f6
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ object Dependencies {
lazy val testDependencies = libraryDependencies ++= Seq(
scalaCheck,
specs2
)
).map(_ % "test")
}