Skip to content

Commit 0c2d15e

Browse files
committed
use scalatest M7
1 parent 2d724c6 commit 0c2d15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object LMSBuild extends Build {
99

1010
//val scalaTest = "org.scalatest" % "scalatest_2.10.0-virtualized-SNAPSHOT" % "1.6.1-SNAPSHOT" % "test"
1111
// TODO: use M7 version
12-
val scalaTest = "org.scalatest" % "scalatest_2.10.0-M6" % "1.9-2.10.0-M6-B2" % "test"
12+
val scalaTest = "org.scalatest" % "scalatest_2.10.0-M7" % "1.9-2.10.0-M7-B1" % "test"
1313

1414
val virtScala = Option(System.getenv("SCALA_VIRTUALIZED_VERSION")).getOrElse("2.10.0-M7")
1515

0 commit comments

Comments
 (0)