diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 3d90f60..c4cb419 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -7,7 +7,7 @@ version := "$version$" scalaVersion := "2.10.3" libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest" % "1.9.2" % "test" + "org.scalatest" % "scalatest_2.10" % "2.0" % "test" ) initialCommands := "import $organization$.$name;format="lower,word"$._"