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