diff --git a/sbt/src/sbt-test/tests/arguments-new/build.sbt b/sbt/src/sbt-test/tests/arguments-new/build.sbt index a477091b7..a406c7638 100644 --- a/sbt/src/sbt-test/tests/arguments-new/build.sbt +++ b/sbt/src/sbt-test/tests/arguments-new/build.sbt @@ -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 ++= { diff --git a/sbt/src/sbt-test/tests/do-not-discover/build.sbt b/sbt/src/sbt-test/tests/do-not-discover/build.sbt index 597b2de1d..914fa2813 100644 --- a/sbt/src/sbt-test/tests/do-not-discover/build.sbt +++ b/sbt/src/sbt-test/tests/do-not-discover/build.sbt @@ -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") \ No newline at end of file diff --git a/sbt/src/sbt-test/tests/done/build.sbt b/sbt/src/sbt-test/tests/done/build.sbt index 597b2de1d..914fa2813 100644 --- a/sbt/src/sbt-test/tests/done/build.sbt +++ b/sbt/src/sbt-test/tests/done/build.sbt @@ -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") \ No newline at end of file diff --git a/sbt/src/sbt-test/tests/nested-inproc-par/build.sbt b/sbt/src/sbt-test/tests/nested-inproc-par/build.sbt index d63e1c9ee..171e6675c 100644 --- a/sbt/src/sbt-test/tests/nested-inproc-par/build.sbt +++ b/sbt/src/sbt-test/tests/nested-inproc-par/build.sbt @@ -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") diff --git a/sbt/src/sbt-test/tests/nested-inproc-seq/build.sbt b/sbt/src/sbt-test/tests/nested-inproc-seq/build.sbt index f5f53412c..433459d68 100644 --- a/sbt/src/sbt-test/tests/nested-inproc-seq/build.sbt +++ b/sbt/src/sbt-test/tests/nested-inproc-seq/build.sbt @@ -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") diff --git a/sbt/src/sbt-test/tests/nested-subproc/build.sbt b/sbt/src/sbt-test/tests/nested-subproc/build.sbt index ec7e0f18a..d972521bc 100644 --- a/sbt/src/sbt-test/tests/nested-subproc/build.sbt +++ b/sbt/src/sbt-test/tests/nested-subproc/build.sbt @@ -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") diff --git a/sbt/src/sbt-test/tests/single-runner/build.sbt b/sbt/src/sbt-test/tests/single-runner/build.sbt index 597b2de1d..914fa2813 100644 --- a/sbt/src/sbt-test/tests/single-runner/build.sbt +++ b/sbt/src/sbt-test/tests/single-runner/build.sbt @@ -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") \ No newline at end of file diff --git a/sbt/src/sbt-test/tests/task/build.sbt b/sbt/src/sbt-test/tests/task/build.sbt index 597b2de1d..914fa2813 100644 --- a/sbt/src/sbt-test/tests/task/build.sbt +++ b/sbt/src/sbt-test/tests/task/build.sbt @@ -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") \ No newline at end of file