From b9402e2feb4a77da3ff77504c9ab3f67d8cc0c98 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 28 Jan 2013 17:14:53 -0500 Subject: [PATCH] fix tests/fork2 --- sbt/src/sbt-test/tests/fork2/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt/src/sbt-test/tests/fork2/build.sbt b/sbt/src/sbt-test/tests/fork2/build.sbt index d142fde45..5cd90472e 100644 --- a/sbt/src/sbt-test/tests/fork2/build.sbt +++ b/sbt/src/sbt-test/tests/fork2/build.sbt @@ -1,3 +1,3 @@ fork := true -libraryDependencies += "org.scalatest" % "scalatest_2.9.2" % "1.8" % "test" \ No newline at end of file +libraryDependencies += "org.scalatest" %% "scalatest" % "1.9" % "test" \ No newline at end of file