Skip to content

Commit

Permalink
remove vscaladoc from merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
robey committed Dec 1, 2010
1 parent 3bb1c54 commit 0d1c1ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/build/ConfiggyProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import com.twitter.sbt._

class ConfiggyProject(info: ProjectInfo) extends StandardProject(info) with SubversionPublisher {
val specs = "org.scala-tools.testing" %% "specs" % "1.6.5"
val vscaladoc = "org.scala-tools" % "vscaladoc" % "1.1-md-3" % "provided->default"
val json = buildScalaVersion match {
case "2.7.7" => "com.twitter" % "json" % "1.1.3"
case _ => "com.twitter" %% "json" % "2.1.4"
Expand Down

0 comments on commit 0d1c1ca

Please sign in to comment.