Changed all scripted tests that use ScalaTest 2.0.M6-SNAP26 to use 2.0.M6-SNAP28, which fixes the pending arguments-new test.

This commit is contained in:
cheeseng 2013-07-12 15:35:19 +08:00 committed by Mark Harrah
parent 796ce33577
commit 5cd8d25943
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "2.0.M6-SNAP26" % "test"
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "2.0.M6-SNAP28" % "test"
testOptions in Configurations.Test ++= {

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP26"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP26"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,6 +1,6 @@
scalaVersion := "2.10.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP26"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,6 +1,6 @@
scalaVersion := "2.10.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP26"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,6 +1,6 @@
scalaVersion := "2.10.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP26"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP26"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP26"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")