Skip to content

Commit

Permalink
Merge pull request #4 from MrBogomips/patch-1
Browse files Browse the repository at this point in the history
Added scalatest 2.0 support
  • Loading branch information
fayimora committed Nov 17, 2013
2 parents 2e2aded + f7c15dc commit fdf35f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"$._"
Expand Down

0 comments on commit fdf35f3

Please sign in to comment.