mirror of https://github.com/sbt/sbt.git
update dependency in tests/test-quick for 2.10
This commit is contained in:
parent
960af4244a
commit
2272efb05a
|
|
@ -4,7 +4,7 @@ import Defaults._
|
|||
|
||||
object B extends Build {
|
||||
lazy val root = Project("root", file("."), settings = defaultSettings ++ Seq(
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % "1.8-B1" % "test" cross(CrossVersion.full),
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % "1.9.1" % "test",
|
||||
parallelExecution in test := false
|
||||
))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue