From ba4cdf56c1b5077d426460af6c6df74cfc9e9b0d Mon Sep 17 00:00:00 2001 From: Fayimora Femi-Balogun Date: Thu, 15 Aug 2013 22:54:39 +0100 Subject: [PATCH] Fix little bug in build.sbt --- src/main/g8/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 0f7b1d1..f792e70 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -7,7 +7,7 @@ version := "$version$" scalaVersion := "2.10.2" libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest_2.10" % "1.9.1" % "test" + "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test" ) initialCommands := "import $organization$.$name;format="lower,word"$._"