Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
adding junit test thing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcbride committed Nov 1, 2010
1 parent 94e6840 commit 9b72e4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/build/GrabbyHandsProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ class GrabbyHandsProject(info: ProjectInfo) extends StandardProject(info) with S
case "2.7.7" => "org.scala-tools.testing" % "specs" % "1.6.2.1"
case _ => "org.scala-tools.testing" %% "specs" % "1.6.5"
}
val vscaladoc = "org.scala-tools" % "vscaladoc" % "1.1-md-3"
val junit = "junit" % "junit" % "4.7"
val junitInterface = "com.novocode" % "junit-interface" % "0.5" % "test->default"

override def pomExtra =
<licenses>
Expand Down

0 comments on commit 9b72e4d

Please sign in to comment.