Merge pull request #6 from xuwei-k/test-scope

specs2 and scalatest should be the "test" scope
This commit is contained in:
eugene yokota 2015-09-03 11:37:34 -04:00
commit 715aa73ed1
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")
}