Skip to content

Commit

Permalink
Fix little bug in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
fayimora committed Aug 15, 2013
1 parent b1dc6d1 commit ba4cdf5
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.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"$._"
Expand Down

0 comments on commit ba4cdf5

Please sign in to comment.