Navigation Menu

Skip to content

Commit

Permalink
Correct build.sbt - need an extra linebreak for sbt to resolve deps
Browse files Browse the repository at this point in the history
  • Loading branch information
s-h-r-i committed Feb 3, 2013
1 parent 5320c22 commit 7e3a2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -7,4 +7,5 @@ scalaVersion := "2.10.0"
scalacOptions ++= Seq("-deprecation", "-unchecked")

libraryDependencies += "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test"

libraryDependencies += "commons-cli" % "commons-cli" % "1.2" % "compile"

0 comments on commit 7e3a2a3

Please sign in to comment.