Skip to content

Commit

Permalink
Add Junit as dependancy
Browse files Browse the repository at this point in the history
Eclipse needs(?) this for running tests.
  • Loading branch information
Jyrki Puttonen committed Mar 30, 2012
1 parent 1df91db commit 1b9527d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ organization := "org.agilefinland.oulu"

libraryDependencies ++= Seq(
"org.specs2" %% "specs2" % "1.8.2" % "test",
"org.scalatest" %% "scalatest" % "1.7.1" % "test"
"org.scalatest" %% "scalatest" % "1.7.1" % "test",
"junit" % "junit" % "4.10" % "test"
)

resolvers ++= Seq("snapshots" at "http://oss.sonatype.org/content/repositories/snapshots",
Expand Down

0 comments on commit 1b9527d

Please sign in to comment.