Skip to content

Commit

Permalink
Added missing testng SBT test dependency that caused 'sbt assembly' b…
Browse files Browse the repository at this point in the history
…uild step to fail as outlined in the README
  • Loading branch information
raulraja committed Jan 10, 2014
1 parent 40d3525 commit c14b248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ object Build extends Build {
"org.apache.httpcomponents" % "httpclient-cache" % "4.2.2",
"org.apache.httpcomponents" % "httpmime" % "4.2.2",
"org.apache.mina" % "mina-core" % "2.0.7",
"org.slf4j" % "slf4j-simple" % "1.7.2"
"org.slf4j" % "slf4j-simple" % "1.7.2",
"org.testng" % "testng" % "6.1.1" % "test"
)
)
}

0 comments on commit c14b248

Please sign in to comment.