Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4.5
-
None
-
None
Description
Using ScalaTest 1.6.1.RC1 fails with an
"Error instantiating 'scalatest' task: Use of G was deprecated in ScalaTest 1.0 and removed in 1.5. Please check the Scaladoc documentation of org.scalatest.Runner for information on valid Reporter config parameters."
The reporter_options buildr gives in Buildr::Scala::ScalaTest::run are deprecated. See http://www.scalatest.org/scaladoc-1.4.1/#org.scalatest.tools.Runner$ . Setting reporter_options to "" makes 1.6.1.RC1 work.