mirror of https://github.com/sbt/sbt.git
Merge pull request #6 from xuwei-k/test-scope
specs2 and scalatest should be the "test" scope
This commit is contained in:
commit
715aa73ed1
|
|
@ -30,5 +30,5 @@ object Dependencies {
|
||||||
lazy val testDependencies = libraryDependencies ++= Seq(
|
lazy val testDependencies = libraryDependencies ++= Seq(
|
||||||
scalaCheck,
|
scalaCheck,
|
||||||
specs2
|
specs2
|
||||||
)
|
).map(_ % "test")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue