Skip to content

Instantly share code, notes, and snippets.

@Lytol
Created January 17, 2011 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lytol/782390 to your computer and use it in GitHub Desktop.
Save Lytol/782390 to your computer and use it in GitHub Desktop.
import sbt._
class AlgorithmDesignManualProject(info: ProjectInfo) extends DefaultProject(info) {
val specs = "org.scala-tools.testing" % "specs" % "1.6.2.1" % "test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment